/* */
/* 1873 */ if ((this.clustered) && (queue.isClustered()))
/* */ {
/* 1875 */ String filterString = queue.getFilter() == null ? null : queue.getFilter().getFilterString();
/* */
/* 1877 */ MappingInfo info = new MappingInfo(this.thisNodeID, queue.getName(), condition.toText(), filterString, queue.getChannelID(), queue.isRecoverable(), true, binding.allNodes, queue.getFullSize(), queue.getPageSize(), queue.getDownCacheSize(), queue.getMaxSize(), queue.getRecoverDeliveriesTimeout());
/* */
/* 1884 */ ClusterRequest request = new BindRequest(info, allNodes);
/* */
/* 1886 */ this.groupMember.multicastControl(request, sync);
/* */ }