Re: MDB declared destination in ejb-jar.xml

2014-04-16 Thread Gary Tully
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

MDB declared destination in ejb-jar.xml

2014-04-16 Thread Fernando Troya
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