On 05/31/2013 03:07 AM, Kyle wrote:
Now It seems to work because no exception was occurred. But nothing was sent to queue on windows azure servicebus.
Probably best to turn up the logging to see what was sent (set proton.trace.level to FINE) or use wireshark.
Once I tried without the 'owner:password@', the messenger was hanged forever.
That sounds like a bug of some sort. I would expect an authentication error.
One thing I guessed is that constructor of Proton/Messenger requires a port number as one of its signatures whereas ConnectionURL of JMS doesn't, the difference of implementations between them is the root cause.
Again, that sounds like a bug, but a strange one as the port should be implied by the scheme if not specified. (I assume you mean the message address rather than the constructor of the Messenger instance).
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
