They are physical names by default but there is a property, useJndi
and it will try and resolve from there
see an example at:
https://github.com/gtully/activemq-arquillian/blob/master/javaee/mdb-tx-send/src/main/java/org/hornetq/javaee/example/server/MDBMessageSendTxExample.java#L41
On 16 April
Hi, in the documentation (
http://activemq.apache.org/inbound-communication.html and
http://activemq.apache.org/activation-spec-properties.html) it states that
the destinations declared in ejb-jar.xml are physical queue names and not
JNDI names.
Is it possible to use JNDI queue names in MDBs? Is t