Re: Help with Camel Config routing using a custom ActiveMQ Message Property

2016-06-28 Thread daelliott
ed. I commented out the "to" as they are not required for what I need but once again does work if uncommenting. Cheers -- View this message in context: http://activemq.2283324.n4.nabble.com/Help-with-Camel-Config-routing-using-a-custom-ActiveMQ-Message-Property-tp4713278p4713418

Re: Help with Camel Config routing using a custom ActiveMQ Message Property

2016-06-24 Thread Quinn Stevenson
No - Camel don’t have a “/dev/null” endpoint. However, if you don’t want the message to go anywhere, just don’t send it (i.e. bypass the to). If you really need the to, you can always send it to a log uri - something like

Re: Help with Camel Config routing using a custom ActiveMQ Message Property

2016-06-24 Thread Tim Bain
mething to process that queue in some fashion to > clear it out > > Could someone address the retrieving of the property? > Does that look right? > ${in.header.FirstProperty}='msgType1' > > Thanks > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Help-with-Camel-Config-routing-using-a-custom-ActiveMQ-Message-Property-tp4713278p4713313.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: Help with Camel Config routing using a custom ActiveMQ Message Property

2016-06-24 Thread daelliott
ave to create something to process that queue in some fashion to clear it out Could someone address the retrieving of the property? Does that look right? ${in.header.FirstProperty}='msgType1' Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Help

Re: Help with Camel Config routing using a custom ActiveMQ Message Property

2016-06-23 Thread Quinn Stevenson
routing and have a sample of what I'm > > > attempting to do but have a couple of questions. > > > > > > * How to access a custom ActiveMQ message property. > > >Is what I have below correct? > > > > > > * How to trash a message i.e

Re: Help with Camel Config routing using a custom ActiveMQ Message Property

2016-06-23 Thread Tim Bain
> > > * How to access a custom ActiveMQ message property. > >Is what I have below correct? > > > > * How to trash a message i.e. send to /dev/null > > > > This is what I have after going through all the documentation that I > could > > find. > >

Re: Help with Camel Config routing using a custom ActiveMQ Message Property

2016-06-23 Thread Hassen Bennour
have after going through all the documentation that I could > find. > Any help is GREATLY appreciated. > > > > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Help-with-Camel-Config-routing-using-a-custom-ActiveMQ-Message-Property-tp4713278.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Help with Camel Config routing using a custom ActiveMQ Message Property

2016-06-23 Thread daelliott
.com/Help-with-Camel-Config-routing-using-a-custom-ActiveMQ-Message-Property-tp4713278.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.