Re: How to run a pluggin for only a single queue?

2009-04-24 Thread DanielR
ly to the > queue > you want. If you have a setter method for the queuename(s) you you can > keep that > part variable. > > Hope that helps > Andreas > > > On Apr 24, 2009, at 3:46 PM, DanielR wrote: > >> >> >> My pluggin create a custom pro

Re: How to run a pluggin for only a single queue?

2009-04-24 Thread DanielR
My pluggin create a custom property (custom id) in any incomming message. Now I need to do the same but only in one specific queue, so i need to run the pluggin only when a message to that queue arrives. DanielR wrote: > > any ideas ? > -- View this message in conte

How to run a pluggin for only a single queue?

2009-04-23 Thread DanielR
any ideas ? -- View this message in context: http://www.nabble.com/How-to-run-a-pluggin-for-only-a-single-queue--tp23200519p23200519.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Camel routing poor performance vs VirtualDestinations and Topics

2009-03-31 Thread DanielR
(e.g. using VM > transport, using transactions & using async sends) it should get > close. > > > 2009/3/31 DanielR : >> >> Hi. >> >> >> Im getting very slow performance using camel based routing. >> >> I have 1 producer sending messages to QUE

Camel routing poor performance vs VirtualDestinations and Topics

2009-03-31 Thread DanielR
Hi. Im getting very slow performance using camel based routing. I have 1 producer sending messages to QUEUE.COLOR and then ActiveMQ duplicate the messages to QUEUE.BLUE and QUEUE.RED (except for topics...). Is this normal? My tests: 1. Camel Route defined in XML 2. Camel Route defined in R

Re: Problem trying to route with Interceptors

2009-03-23 Thread DanielR
me logging statements in your code and > understand what is executed. > You could also attach a remote debugger to Activemq and debug through > your code. > > > Best regards > Andreas > > On Mar 23, 2009, at 5:35 PM, DanielR wrote: > >> >> any ideas? >>

Re: Problem trying to route with Interceptors

2009-03-23 Thread DanielR
any ideas? DanielR wrote: > > I have a main queue named QUEUE.COLOR. > 1 Producer send a lot of messages to QUEUE.COLOR > Messages only have "red ..." or "blue..." in their body > > In trying to route the messages with "red ..." to QUEUE.RED

Problem trying to route with Interceptors

2009-03-19 Thread DanielR
I have a main queue named QUEUE.COLOR. 1 Producer send a lot of messages to QUEUE.COLOR Messages only have "red ..." or "blue..." in their body In trying to route the messages with "red ..." to QUEUE.RED and the messages with "blue..." to QUEUE.BLUE ONLY USING AN INTERCEPTOR My problem: message

Re: Change Message Destination using Interceptors

2009-03-17 Thread DanielR
I can't get it working... any examples would be nice please James.Strachan wrote: > > 2009/3/17 DanielR : >> >> I have 2 restrictions: >> >> 1. The routing must be done server side >> 2. The routing depends on the body, not on the header or some pr

Re: Change Message Destination using Interceptors

2009-03-17 Thread DanielR
I have 2 restrictions: 1. The routing must be done server side 2. The routing depends on the body, not on the header or some property James.Strachan wrote: > > 2009/3/17 DanielR : >> >> >> I need to forward the messsage to the proper queue depending on the first &g

Re: Change Message Destination using Interceptors

2009-03-17 Thread DanielR
I need to forward the messsage to the proper queue depending on the first 10 characters of the body of the message. James.Strachan wrote: > > 2009/3/17 DanielR : >> >> How can I change the destination queue of a message using Interceptors? > > Whats your use case BTW

Change Message Destination using Interceptors

2009-03-17 Thread DanielR
How can I change the destination queue of a message using Interceptors? -- View this message in context: http://www.nabble.com/Change-Message-Destination-using-Interceptors-tp22554890p22554890.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.