DEV Community

Bhagwan
Bhagwan

Posted on

Need help on artemisMQ using AMQP 1.0 protocol

I need to create artemisMQ using AMQP 1.0 protocol. I have written publisher in go and subscriber in java. Here issue is my subscriber subscribe bit late and messages published before the subscriber start are lost. here my observation is queue is not created until subscriber do not subscribe.
Please let me know if anybody have any solution on this?
How to create the persistent queue artemisMQ using AMQP 1.0 protocol in go lang?

Please help on this.

Top comments (0)