It was really tied to the *amqp.idleTimeout* property! Now I changed my connector.uri to amqps://boxmessagehub.azure-devices.net:5671?amqp.idleTimeout=120000 and messages are beeing dispatched.
Initially I removed this parameter as I received some Exceptions that the ActiveMQ couldn't resolve such parameter. But it didn't work when assigned as one of JmsConnectionFactory properties (somehow it was not passed to the AMQP connection). When I saw your post and the parameter in the proton frame it struck me. Thanks! -- View this message in context: http://qpid.2158936.n2.nabble.com/Cannot-conect-while-using-ActiveMQ-with-Qpid-JMS-client-tp7647859p7647932.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]
