Re: Why is brokerPath not a message property?

2016-03-27 Thread artnaseef
q.2283324.n4.nabble.com/Why-is-brokerPath-not-a-message-property-tp4709942p4709977.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Why is brokerPath not a message property?

2016-03-24 Thread Raffi
Yup, that's always an option too, :-) thx -- View this message in context: http://activemq.2283324.n4.nabble.com/Why-is-brokerPath-not-a-message-property-tp4709942p4709944.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Why is brokerPath not a message property?

2016-03-24 Thread Raul Kripalani
h")); //false > ActiveMQTextMessage amqMessage = (ActiveMQTextMessage)message; > amqMessage.getBrokerPath(); > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Why-is-brokerPath-not-a-message-property-tp4709942.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Why is brokerPath not a message property?

2016-03-24 Thread Raffi
al; is there no alternative? TextMessage message = ... log("exists: " + message.propertyExists("brokerPath")); //false ActiveMQTextMessage amqMessage = (ActiveMQTextMessage)message; amqMessage.getBrokerPath(); -- View this message in context: http://activemq.2283324.n4