Can i Use ActiveMq for .net application over amqp protocol

2018-02-02 Thread bittusrivastava
Hi, I am investigating as how can i use activeMQ for .net application. I want to use *AMQP* protocol as well. Can anyone please suggest any pointers as how to do it. there are many implementation but they are connecting to uri "tcp://localhost:61616" but i want to connect to

Re: Can i Use ActiveMq for .net application over amqp protocol

2018-02-04 Thread bittusrivastava
Hi Tim, Thanks a lot for your response. Could you pls provide me any pointer where someone has done POC on this and explained step by step. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Can i Use ActiveMq for .net application over amqp protocol

2018-02-04 Thread bittusrivastava
can i achieve transnational queue using amqpnetlite for activemq broker? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Can i Use ActiveMq for .net application over amqp protocol

2018-02-04 Thread bittusrivastava
Thanks :) -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Scheduling(delayed delivery) a message AMQP.NETLIBRARY broker: ActiveMQ Windows platform C#

2018-02-09 Thread bittusrivastava
Hi, I have seen that scheduling facility available in ActiveMQ. but i am using amqp.netLibrary for sending messages on amqp protocol using broker activeMQ. i tried to google as how i can schedule a message using amqp.net library. but i didnt find any . Please help me on this . Thanks -- Sent

Re: Persistent issue on Windows platform C# on restarting broker

2018-02-08 Thread bittusrivastava
thanks a lot .. yes this worked. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Scheduling(delayed delivery) a message AMQP.NETLIBRARY broker: ActiveMQ Windows platform C#

2018-02-11 Thread bittusrivastava
Thanks for response. I couldn't find where i can set those header in AMQP.net library. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Scheduling(delayed delivery) a message AMQP.NETLIBRARY broker: ActiveMQ Windows platform C#

2018-02-14 Thread bittusrivastava
Thanks for reply. how to use MessageAnnotation. i tried reading documentation but couldn't find any useful resource. for example if i have to set attribute "x-opt-delivery-delay" how can we do it. Thanks -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Can we achieve clustering and distributed feature of ActiveMQ for .net application

2018-02-09 Thread bittusrivastava
Hi, Can we achieve clustering and distributed feature of ActiveMQ over AMQP protocol using AMQP.net client library Windows platform? if yes , Please suggest any pointers . Thanks -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Persistent issue on Windows platform C# on restarting broker

2018-02-08 Thread bittusrivastava
one thing i want to add that i am using amqp.netlite library for amqp protocol -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Persistent issue on Windows platform C# on restarting broker

2018-02-08 Thread bittusrivastava
Hi, I have configured activeMq to use persistence mode like below http://activemq.apache.org/schema/core; brokerName="localhost" persistent="true" useShutdownHook="false" dataDirectory="${activemq.data}">