Hi, I new to ActiveMQ. I trying to build a .NET client by using NMS 1.1 for
ActiveMQ 4.1.1. I wrote a simple publisher program by sending two messages.
I worked fine then but if I give a Sleep time of 6(1 min). First message
is sent fine, butbefore sending the second message I am getting follo
Hi I am using ActiveMQ 5.2.0 with NMS ver 1.1. I am trying to create a non
durable consumer as below:
=
this.consumer = this.session.CreateConsumer(topic);
=
Whenever a message is published on that topic, and if I have no subscription
to this topic. Message is persisted. An
Hi,
I am using a C# UI and java service at backend. I am using ActiveMQ 5.2
with NMS 1.0.
While sending asynchronous request to the service I noticed a strange
behaviour. I am not getting response to my first request until I send a
second request. Similarly second response id due till I send thr