[JBoss-user] JMS: Cannot write a persistent message to a temporary destination

2001-05-30 Thread colin harris
hi, i had this same problem, not sure why but i had to set the NON_PERSISTENT mode in the send method, public void send(Message message, int deliveryMode, int priority, long timeToLive) throws JMSException colin Hi all, I

[JBoss-user] JMS: Cannot write a persistent message to a temporary destination

2001-05-29 Thread Bernin, Olivier
Hi all, I'm using a QueueRequestor to send a request and get a response from a bean. Another client receive the JMS request, and sends it to the reply to destination. I get the following error, while trying to send it: java.rmi.RemoteException: ; nested exception is: javax.jms.JMSExcept