For some time now I'm trying to create topic consumer that will not require subscription. So i would like to achieve similar behavior like with JMS non-durable topic subscriber.
I'm using MS Azure AMQP 1.0 service bus and apache qpid amqp 1.0 client (JMS implementation).
Thanks