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