سؤال

I have custom components that are standalone java components that do not run within the Jboss application server. These components need to interface with a HornetQ JMS queue which runs inside of AS7.

Looking at the Jboss AS 7 documentation, there seems to be conflicting information on whether remote JNDI lookup is supported or not.

This JIRA entry seems to provide some information https://issues.jboss.org/browse/AS7-1338 but it doesnt explain it well.

I guess my question is, Is it possible to access JMS queues running within the AS 7 application server from an external standalone client via remote JNDI lookup? If it is not possible is there an alternative approach that can be used to get to the JMS queues from an external remote JNDI lookup?

هل كانت مفيدة؟

المحلول

Looking at this comment (and subsequent ones) I'd say this is supported in AS 7.1.0.Final (and later). The fact that this goes over remoting and no longer over rmi is an implementation detail which you need to cater for in your code.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top