Error writing to broker. Transport connection is closed.

2009-01-08 Thread anujjain
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

unable to create non durable consumer

2009-01-11 Thread anujjain
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

NMS asynchronous request response

2009-01-22 Thread anujjain
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