Sounds like you need some kind of content-based routing. You may wish to check out the excellent Camel integration library for this. You can route messages to the correct queues.
[1] http://camel.apache.org/ On Thu, May 23, 2013 at 9:20 AM, brunocortes06 <[email protected]>wrote: > Hi everybody, > > im new arround here and need some help. > > i have 2 applications, i will can then 1 and 2. My app 1 its a field > message > receiver and my app2 its a message processor. > > I want to put activemq+jms between then. > > I need the following things: > > ActiveMq or app2 creates a Main queue for app 1 put the messages on it. > > My app2 has to say to ActiveMq where he wants each kind of message, so > ActiveMq catch the app1 message that was on the queue and put on the app2 > exspected queue. > > Its this possible??? > > What i have to use? > > tks > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/New-develop-tp4667404.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- *Christian Posta* http://www.christianposta.com/blog twitter: @christianposta
