Hi I'm trying to get a linux system working with Azure service bus using the proton library (AMQP is a requirement). Using the sample code line for line works great with queues. However, when I try to use the same exact code (after modifying the connection
string) to send to a topic, it always hangs when executing the messenger.send() method. I've tried both python and ruby to no success. The program literally just hangs at the .send() method. My script is line for line the same as this example code: http://msdn.microsoft.com/en-us/library/jj841070.aspx only changed the connection string. Any insight? I think it's really weird that queues work fine but that topics don't. Thanks!
↧