Re: JMSMessageID filtering

2016-05-24 Thread Timothy Bish
context: http://activemq.2283324.n4.nabble.com/JMSMessageID-filtering-tp4712257p4712297.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. ActiveMQ 5.x doesn't implement an AMQP based selector filter you would need to use the standard JMS message selector syntax and treat

Re: JMSMessageID filtering

2016-05-23 Thread Vavricka
nothing to do with JMS selectors (like JMSMessageID, JMSTimestamp). -- View this message in context: http://activemq.2283324.n4.nabble.com/JMSMessageID-filtering-tp4712257p4712297.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: JMSMessageID filtering

2016-05-23 Thread Timothy Bish
vricka -- View this message in context: http://activemq.2283324.n4.nabble.com/JMSMessageID-filtering-tp4712257.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. The broker won't be able to select on the MessageID as the AMQP message ID is foreign to the broker and it must c

JMSMessageID filtering

2016-05-23 Thread Vavricka
ed many messageID formats - with/without 'ID::' prefix, with/without ':1:1:1-1' suffix, etc. Is this correct way how to filter MessageID ? I suppose AMQP filtering is not supported (for example: amqp.message_id)? Regards, Vavricka -- View this message in context: