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
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