users@glassfish.java.net

Re: Deploying an EAR with MDB that uses an ActiveMQ Connector Resource

From: <glassfish_at_javadesktop.org>
Date: Thu, 24 Apr 2008 01:20:04 PDT

Hi,
If you are using jndi, and have bound all the active mq administered objects there, then you could create the admin objects like this

asadmin create-admin-object --raname activemq-5.1.0 --restype javax.jms.Queue --property DestinationJndiName=<jndinameofactvemequeue> jms/BusinessLogic.

I have not used the active mq RA before, so iam not aware of the the integration modes available, could be jndi or javabean

Alternatively if you want to use Active MQ with glassfish you could refer to links [1] and [2]

Thanks
-Ramesh

[1] http://weblogs.java.net/blog/rampsarathy/archive/2007/03/glassfish_v2_an.html

[2] http://activemq.apache.org/sjsas-with-genericjmsra.html
[Message sent by forum member 'rampsarathy' (rampsarathy)]

http://forums.java.net/jive/thread.jspa?messageID=270900