I'm using ActiveMQ 5.7.0 with JBoss AS 7.1.3 via the activemq-rar resource adapter.
The documentation of the MDB activation config properties [1] is a little unspecific, but it seems that the "destination" property has to be the physical queue or topic name, not a JNDI name. Is there any way to make ActiveMQ recognize a JNDI name in this place? Having hard-coded queue names in my application is really a blocker - the queue names depend on the deployment environment and can change at any time. [1] http://activemq.apache.org/activation-spec-properties.html Best regards, Harald
