if (resp == null)
{
// ok lets find the next binding to propose
Binding theBinding = getNextBinding(message, routingName, bindings);
// TODO https://jira.jboss.org/jira/browse/HORNETQ-191
resp = groupingGroupingHandler.propose(new Proposal(fullID, theBinding.getClusterName()));
// if our proposal was declined find the correct binding to use
if (resp.getAlternativeClusterName() != null)
{
theBinding = null;