activemq-artemis

How to dynamically change JMS queue MDB pool size in WildFly 10

[亡魂溺海] 提交于 2019-12-02 03:44:41
问题 I am working with WildFly 10.1 which ships with Artemis as the new JMS provider but I am unable to find how to dynamically change the number of consumer threads for a specific MDB. I have a queue, and a message listener (MDB) consuming messages from the queue, now I want to dynamically control the maximum number of consumers threads the domain must start. How can I do it using CLI? 回答1: As you want to do this configuration for a specific MDB you could firstly assign it to a dedicated pool.

JMS Bridge Between WildFly 10 Artemis and ActiveMQ 5.14 (ONCE_AND_ONLY_ONCE Quality of Service)

好久不见. 提交于 2019-12-02 01:01:19
I'm trying to set up a JMS Bridge between Artemis (Running in WildFly 10) and ActiveMQ 5.14 In general the process seems to work smoothly, but unfortunately I'm getting stuck on the XA configuration that is necessary to get ONCE_AND_ONLY_ONCE QoS to work. Although messages do arrive on the ActiveMQ side, I get the following error in the WildFly log: 11:25:57,920 WARN [org.apache.activemq.artemis.jms.bridge] (Thread-97) AMQ342009: JMS Bridge failed to send + acknowledge batch, closing JMS objects: javax.jms.IllegalStateException: Not a transacted session at org.apache.activemq.ActiveMQSession

How to dynamically change JMS queue MDB pool size in WildFly 10

。_饼干妹妹 提交于 2019-12-02 00:37:41
I am working with WildFly 10.1 which ships with Artemis as the new JMS provider but I am unable to find how to dynamically change the number of consumer threads for a specific MDB. I have a queue, and a message listener (MDB) consuming messages from the queue, now I want to dynamically control the maximum number of consumers threads the domain must start. How can I do it using CLI? Rémi Bantos As you want to do this configuration for a specific MDB you could firstly assign it to a dedicated pool. See this answer . Then to dynamically update your pool attributes you could take a look at this

while starting wildfly 10.1 to work with artemis, jboss.ra.activemq-ra is not installed error persists

家住魔仙堡 提交于 2019-11-30 09:52:32
问题 I try to apply appropriate configuration to be able to use remote messaging system on artemis server through wildfly (also other environment members) Firstly, i installed a standalone artemis server(2.0) on my local ( https://www.apache.org/dyn/closer.cgi?filename=activemq/activemq-artemis/2.0.0/apache-artemis-2.0.0-bin.zip&action=download ) Then i defined an example queueu on it. (exampleQueue) I changed the standalone.xml file according to informations on https://docs.jboss.org/author

How to monitor Apache Artemis

∥☆過路亽.° 提交于 2019-11-30 07:45:00
I'm doing some testing with RabbitMQ, ActiveMQ and Apache Artemis in a Windows .NET environment. RabbitMQ and ActiveMQ ship with a web interface where you can see information about your broker, queues, messages etc. but Artemis does not. I really want to be able to monitor my Artemis broker in a web interface or at the very least with some cmd/PowerShell commands. I've read on this page about some third-party tools that can be used to monitor an ActiveMQ instance and I assumed that it also applied to Artemis. Unfortunately, I have not been able to get these third-party tools to work. Some of