-
1. Re: Starting ESB without having all jms-providers online
jcadam14 Dec 15, 2011 3:29 PM (in response to jcadam14)Since this doesn't seem possible, can someone point me to documentation on how to create JMS bridges or gateways in JBoss 6? What I'm looking to do is when my application sends a message on Topic A, JBoss AS picks that up and sends it to a topic internal to the ESB. From there, the ESB will process it as normal. Having internal topics is the only way I can see making the ESB and the connecting software products "ignorant" of who is up or down at startup.
Thanks for any help you can provide
Jason
-
2. Re: Starting ESB without having all jms-providers online
jcadam14 Dec 16, 2011 3:34 PM (in response to jcadam14)Unless I'm doing something wrong here, it also looks like our ESB configuration won't start not only if a jms-provider isn't available, but also if any of our JMSRouter actions can't connect on startup. Is this by design? If so that seems like a fundamental flaw in the design. Why should one failed connection cause an entire configuration to not be initialized? Throwing an exception I could understand, but a complete failure of startup?