Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
0.28
-
None
Description
I am trying to connect to Windows Service Bus from Qpid JMS Java client. Authentication and handshake pass successfully, but I can not read anything from a topic or queue.
I am using your example provided at http://svn.apache.org/repos/asf/qpid/branches/0.28/qpid/java/amqp-1-0-client-jms/example/src/main/java/org/apache/qpid/amqp_1_0/jms/example/Hello.java
Getting the error:
The server was unable to process the request; please retry the operation. If the problem persists, please contact your Service Bus administrator and provide the tracking id..TrackingId:584da4f8a98d4fa59dc9521c6f799cb8_GWIN-AN5B307EEHM,TimeStamp:11.7.2014. 8:12:24
I have examined the source and I see the ReceivingLinkEndpoint instance gets to a detached state, so it throws an exception.
Could that be a bug?
Can you provide an example which works with Windows Service Bus?