Hi
A colleague in the Java team is trying to connect to and use Windows Server Service Bus 1.1 via AMQP. This is a proof of concept that could lead to adoption of Service Bus as the ESB at our company, which is a small bank.
After much playing around and reading he is able to connect and create a session using the connection string of this syntax:
amqps://owner@FQDNmachinename:PORT/DefaultNamespace
However use of the actual topic fails. He reports this:
"I can connect and create a session. When I create message consumer for topic “orderhistory”, I get JMS exception with vendor specific code amqp:internal-error."
How can we diagnose this and what might be the problem?
Update:
Looks like the guy was trying to read from a topic, instead of a subscription.However, after trying to send to topic, he gets
"Peer did not create remote endpoint for link, target: orderhistory."
Thank you in advance for your time.
Frank Szendzielarz