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


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

2018-02-04 Thread Timothy Bish

On 02/04/2018 11:54 AM, bittusrivastava wrote:

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


https://blogs.apache.org/activemq/entry/using-net-libraries-with-activemq

Use Google to find more articles and samples


--
Tim Bish
twitter: @tabish121
blog: http://timbish.blogspot.com/



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


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 "amqp://localhost:5672".
but it throws error as IConnection factory doesnt have implementation for
amqp://localhost:5672 at line 
IConnectionFactory factory= new
NMSConnectionFactory("amqp://localhost:5672");
IConnection connection = factory.CreateConnection();

Thanks



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html