That was my workaround. It would be convenient if we could just send by name... Thanks :-)
James.Strachan wrote: > > On 4/2/07, sparky2708 <[EMAIL PROTECTED]> wrote: >> >> I create a temporary queue using: >> >> String user = ActiveMQConnection.DEFAULT_USER; >> String password = ActiveMQConnection.DEFAULT_PASSWORD; >> ActiveMQConnectionFactory connectionFactory = new >> ActiveMQConnectionFactory(user, password, jms_url); >> _connection = connectionFactory.createConnection(); >> _connection.setExceptionListener(this); >> _connection.start(); >> _session = _connection.createSession(false, Session.AUTO_ACKNOWLEDGE); >> Queue queue = _session.createTemporaryQueue(); > > You should be sending messages to this queue object (which is an > instanceof ActiveMQTempQueue. You should not be extracting the queue > name then using that name to send to. > -- > > James > ------- > http://radio.weblogs.com/0112098/ > > -- View this message in context: http://www.nabble.com/Can%27t-figure-out-why-send-to-my-temporary-queue-doesn%27t-work-but-Listener-seems-OK-tf3506946s2354.html#a9794973 Sent from the ActiveMQ - User mailing list archive at Nabble.com.