jboss-amq

AMQ Address with multiple clients to a multicast queue

半城伤御伤魂 提交于 2020-01-06 05:38:07
问题 My query is for the product Red Hat AMQ 7.X (and I am using 7.2), which is based on Apache ActiveMQ Artemis and a .Net client connecting to the queue using AMQP protocol. An Artemis article discusses unicast (point-to-point), multicast (publish-subscribe) and a combination of these addressing: https://activemq.apache.org/artemis/docs/2.0.0/address-model.html It does not detail the case of two consumers connecting to the same multicast queue under an address. Our requirement is to Have pub-sub

AppDynamics monitoring with AMQ 7.0.1

霸气de小男生 提交于 2019-12-11 16:47:20
问题 I am using the ActiveMQ extension of AppDynamics. It is good to start. With JMXRemote(enabled in artemis.profile) it is OK. But, I want it from localhost. JMX is enabled by default for localhost for AMQ. AMQ management console use jmx internally and it works without JMXRemote enabled. What service URL jolokia use internally to connect using JMX from localhost? I have tryed with following URL: serviceUrl: "service:jmx:rmi:///jndi/rmi://:1099/jmxrmi" 回答1: The first step is to add a username and

AMQPNETLITE - ActiveMQ Artemis (Red Hat AMQ) - autocreate multi-consumer multicast queue

坚强是说给别人听的谎言 提交于 2019-12-11 03:07:52
问题 This qeuestion is on consuming the messages using AMQP in .Net. The documentation recommends amqpnetlite: https://access.redhat.com/documentation/en-us/red_hat_amq/7.0/html-single/using_the_amq_.net_client/index On subscribing to an address using AMQPNetLite, the address and the queue will be auto-created. The auto-created queue is always "unicast" though. I have not been able to auto-create a multicast queue that allowed any number of consumers. Code: private async Task RenewSession() {