Re: Soket connection ActiveMQ with .Net

2019-02-26 Thread Shine
hi, try this lib: ActiveMQ NMS http://activemq.apache.org/nms/index.html Examples http://activemq.apache.org/nms/examples.html or https://www.pmichaels.net/2016/09/29/a-c-programmers-guide-to-installing-running-and-messaging-with-activemq/ Your .Net App ist the Subscriber/Consumer. You can

Soket connection ActiveMQ with .Net

2019-02-21 Thread adan_fabbri
Hello, I have a task where I need to establish a connection between an ActiveMQ queue and a .Net application. I am using the AMQP.Net Lite plugin for this. But I have a need for the receiver of the .Net application to be called the moment the message goes into the queue. Is there any solution