Hi,

I am using Java Qpid Proton to exchange messages with Windows Azure Service
Bus and I got the error of UnresolvedAddressException.

Has anyone had experience with  with Windows Azure could help me?

The code I used as the below.
..
messenger.start();

MessageFactoryImpl messageFactoryImpl = new MessageFactoryImpl();
Message msg = messageFactoryImpl.createMessage();

msg.setAddress("amqps://owner:[email protected]:5671/queue");

messenger.put(msg);
messenger.send();
..

Thanks.



--
View this message in context: 
http://qpid.2158936.n2.nabble.com/Qpid-Proton-Unsolved-Address-Exception-for-Azure-Service-Bus-tp7593622.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to