Optimised acknowledgement in NMS

2012-06-15 Thread newtonsri
Hi, I am experimenting with NMS. I want to set the acknowledgement mode to optimised acknowledgement. When I refered to material I found that we can do so by using the ActiveMQConnectionFactory instance. Unfortunately ActiveMQConnectionFactory is not available in C#. Can someone throw light on how

Re: Configuration file for NMS

2012-04-05 Thread newtonsri
Thanks a lot Jim, it helped a lot. I had missed out that reference. -- View this message in context: http://activemq.2283324.n4.nabble.com/Configuration-file-for-NMS-tp4531614p4536737.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Configuration file for NMS

2012-04-04 Thread newtonsri
Hi, I am new to NMS and so this question might sound very silly. When I tried to run a sample producer/consumer code I got an exception saying IConnectionFactory implementation not found. It is mentioned in the code that I need to have nmsprovider-activemq.config file in the executable path. Can y

Acknowledgement and redelivery

2012-04-03 Thread newtonsri
Hi, I am using Client_acknowledge mode of acknowledgement in my application. I ll be sending the acknowledgement after processing the message. I have a doubt, the ActiveMQ redelivers the message upon timeout of redelivery delay; what if my message.acknowledge() and the redelivery takes place simul

Re: Is it possible to send message from one broker to another broker?

2012-03-29 Thread newtonsri
Thanks for the reply and the suggesstions.. My requirement is a message comes from consumer1 to broker 2. This message from consumer 1 must be transmitted both to consumer 2 as well as Broker 1. I just want to know if this is possible. -- View this message in context: http://activemq.2283324.n4

Is it possible to send message from one broker to another broker?

2012-03-29 Thread newtonsri
Hi, I have the following topology: Producer > Broker 1 --> Consumer 1 > Broker 2 -> Consumer 2. ^ | |_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _| Is it possible to send the message that