I have a application in which I need to route my JMS messages to different managed servers based on some selector value. But I cannot use JMS bridges for the purpose as the application has more than 20 managed servers in production.so with the JMS bridge approach, it will become a hurdle for the deployment team to do such huge configuration.
Asked
Active
Viewed 329 times
1 Answers
0
Maybe You could try to use the Mule ESB or other ESB approach. I recommend the Mule ESB because it's simple, well documented and pretty lightweight.

andi
- 240
- 1
- 2
- 10
-
Can I use OSB (Oracle Service Bus) for this ? – Soumen K Dec 04 '13 at 06:13
-
I believe you can. I recommended a mule because it is free (community version of course) :) – andi Dec 04 '13 at 08:01