-
1. Re: [Thunder] AS7.1.0.Final Does not provide Message Bridge configuration from admin-console or from CLI
jbertram Feb 23, 2012 3:58 PM (in response to robertobeeman)There is currently no "managed" way to create a JMS bridge. In other words, you can't create a JMS bridge via the CLI or even manually in the standalone[-full|-full-ha].xml. Theoretically it should be possible to create one via your own code that instantiates a org.hornetq.jms.bridge.impl.JMSBridgeImpl. You'll need to create a few other classes to feed into the constructor (e.g. org.hornetq.jms.bridge.impl.JNDIDestinationFactory and org.hornetq.jms.bridge.impl.JNDIConnectionFactoryFactory), but it should all be pretty straight forward. My recommendation at this point would be to create an MBean wrapper around this. See this article.
There's a thread on the HornetQ development forum open for this, but it has stalled since we've been busy fixing broken test-cases on trunk.
Sorry for any incovenience.
-
2. Re: [Thunder] AS7.1.0.Final Does not provide Message Bridge configuration from admin-console or from CLI
ernie2705 Mar 16, 2012 8:29 AM (in response to jbertram)Hi,
is there a planned release date for a "managed" or manual way to create a JMS bridge configuration in JBoss AS7?
Or has someone create such an MBean Wrapper Justin mentioned?
Thanks
-
3. Re: [Thunder] AS7.1.0.Final Does not provide Message Bridge configuration from admin-console or from CLI
jbertram Mar 16, 2012 9:20 AM (in response to ernie2705)Nothing is planned at the moment, and I haven't heard of anybody writing an MBean wrapper.
-
4. Re: [Thunder] AS7.1.0.Final Does not provide Message Bridge configuration from admin-console or from CLI
rzd May 11, 2012 5:06 AM (in response to jbertram)AS7-4268 seems to be going to help :-)
-
5. Re: [Thunder] AS7.1.0.Final Does not provide Message Bridge configuration from admin-console or from CLI
jbertram May 11, 2012 9:35 AM (in response to rzd)That's right. I added that JIRA to the "Related Issues" section of this thread awhile back. Anybody who wants to stay apprised of this new feature should "watch" AS7-4268.