> how can I do that ?
> When I create the message to send :
> 
> TextMessage message = =((QueueSession)session).createTextMessage();
> message.setJMSDestination(AnotherDestintation);
> 
> I put the destination of the message.
> 
> What's wrong ?

Ahh, now I see. Clients don't set the destination in the message. It will 
be done by the provider during send. You must use send(destination) of 
your QueueSender.

-- 
Andreas Mueller, [EMAIL PROTECTED], IIT GmbH, Bremen/Germany, http://www.iit.de
SwiftMQ, JMS Enterprise Messaging System, http://www.swiftmq.com
-----------------------------------------------------------------------
Support SwiftMQ! PLEASE vote for SwiftMQ as "Best Java Messaging Tool":
         http://www.sys-con.com/java/readerschoice2001/


------------------------------------------------------
SwiftMQ developers mailing list * http://www.swiftmq.com
To unsubscribe from this list, send an eMail to 
[EMAIL PROTECTED] and write in the body of your message:
UNSUBSCRIBE developers <your-email-address>
Archive: http://www.mail-archive.com/developers@mail.iit.de/




Reply via email to