Thanks for the response, Frank.
It seems that to add support of multiple connection URLs one would need to change how the JMSJCA resource adapter properties are assigned to the InitialContext of the JMS client (message-driven bean). Do you happen to know which JMSJCA class/method is invoked by the application server to retrieve the properties used for the InitialContext? (I'm not familiar with JCA.)
Would it be one of the following?
- RAJMSResourceAdapter
- XManagedConnectionFactory
Thanks!
Ted
> There's currently no support for JBoss JMS HA, although I would think it's
> not difficult to add. The URL would have to change, just like it works for
> JMS Grid (Wave) and JMQ (SunOne) so that it will accept commas. Next, the
> list of URLs need to be passed to the JBoss JMS runtime client.
> I don't know much about the JBoss JMS HA client. Is it the same one as is
> used for JBoss JMS? How do you specify multiple URLs for it?