예제 #1
0
 public boolean isImmediate() {
   return _messagePublishInfo.isImmediate();
 }
예제 #2
0
 public String getBinding() {
   return _messagePublishInfo.getRoutingKey() == null
       ? null
       : _messagePublishInfo.getRoutingKey().toString();
 }
예제 #3
0
 public boolean isMandatory() {
   return _messagePublishInfo.isMandatory();
 }
예제 #4
0
 public AMQShortString getExchange() {
   return _messagePublishInfo.getExchange();
 }