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/