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

Re: Java Multicast Consumer

2019-02-26 Thread Justin Bertram
An address with multicast support is like a JMS *topic*. An address with anycast support is like a JMS *queue*. This is because multicast and anycast semantics correspond to JMS topic (i.e. pub-sub) and JMS queue (i.e. point-to-point) semantics respectively. It looks to me that your AMQP JMS

Java Multicast Consumer

2019-02-26 Thread hobojoe
When I configure a Queue like: <*multicast*/> and try to connect with a org.springframework.jms.annotation.JmsListener @JmsListener(id="feedControlListener", destination = "feedControlR", containerFactory = "feedControlContainerFactory") I get the

Re: Choosing between Artemis or Activemq for new installations

2019-02-26 Thread Clebert Suconic
> clebert: > can you provide a link to migration process you are talking about? That's > https://activemq.apache.org/artemis/migration/index.html right? That is correct: Source .md files are at a folder on the git project for artemis. specifically this folder: :