Questions tagged [activemq-artemis]

Apache ActiveMQ® Artemis is an asynchronous messaging broker, an example of Message Oriented Middleware.

Apache ActiveMQ™ Artemis is a high-performance, open-source, multi-protocol Java-based message broker. It supports industry standard protocols so users get the benefits of client choices across a broad range of langues and platforms. Connectivity from C, C++, Python, .Net, and more is available. It supports AMQP, STOMP, & MQTT. It provides a JMS 2.0 client as well as a client-side JNDI implementation.

Once Apache ActiveMQ™ Artemis reaches a sufficient level of feature parity with the 5.x code-base it will become ActiveMQ 6. Initial migration documentation is available.

1282 questions
3
votes
1 answer

Send message to a JMS queue using Spring Boot

I am new to Spring JMS. My application is developed using Spring Boot and is deployed in JBoss EAP 7.2.0. I have a remote queue which is an Active MQ Artemis queue which is also embedded within JBoss EAP 7.2.0. Can anyone please suggest me how to…
Anirban
  • 925
  • 4
  • 24
  • 54
3
votes
0 answers

ActiveMQ Artemis scheduled messages get stuck

I have messages not getting delivered, where I would hope for somebody being able to provide some insights. Only at times I end up in the following state on my broker - observed via the management console on some specific queue: countMessages() ->…
micgn
  • 245
  • 1
  • 4
  • 14
3
votes
2 answers

Configure TLS on ActiveMQ Artemis

I can't get TLS to work on ActiveMQ Artemis. I've followed this steps to create truststore and keystore # Create a broker key and cert - import the keypair and cert into the broker keystore openssl req -newkey rsa:2048 -nodes -keyout…
Mex
  • 196
  • 4
  • 16
3
votes
2 answers

Corda RPC communication. Slow Performance

Have a scenario when a client triggers cordapp via RPC and waits for the result. rpcConnection.proxy .startFlow(::ImportAssetFlow, importDto) .returnValue .get(importTimeout /* 30000 ms */, TimeUnit.MILLISECONDS) Flow triggers correctly and…
Oleksandr Abasov
  • 311
  • 3
  • 12
3
votes
1 answer

How to run Apache ActiveMQ Artemis as a Windows Service using a different account

I want to run ActiveMQ Artemis (2.10.1) as a Windows Service as a windows service on a Windows Server 2016. I followed the documentation: On windows you will have the option to run ActiveMQ Artemis as a service. Just use the following command to…
3
votes
1 answer

Connecting ActiveMQ Artemis and Amazon MQ brokers

I am trying to connect an ActiveMQ Artemis broker with an Amazon MQ broker to create a hybrid architecture. I have tried connecting ActiveMQ with Amazon MQ, and I could achieve it by using "network connectors" in the activemq.xml file and it worked…
Question
  • 35
  • 3
3
votes
1 answer

Error "Invalid broker URL" while bridging ActiveMQ Artemis 7.4 with Weblogic 12.x

I am trying to create bridge between Oracle 12.x and Redhat ActiveMQ Artemis 7.4. This is what has been done to set up the bridge: Set artemis-jms-client-all-2.9.0.redhat-00005.jar to WL classpath Set the following properties to WL…
Alice
  • 43
  • 7
3
votes
1 answer

Error in JMS Producer: AMQ212054 Destination address is blocked

I'm trying to connect to a remote Artemis 2.6.3 sender using Spring Boot 2.1.1.RELEASE. In all the examples I've found so far the sender hangs when it attempts to send a message (e.g. here). The following log is displayed on the console: AMQ212054:…
Francesco Marchioni
  • 4,091
  • 1
  • 25
  • 40
3
votes
1 answer

ApacheMQ Artemis keep messages with no route

I am using Artemis 2.6.2 with STOMP only and the following constellation: Broker: No queues configured in broker.xml, everything is auto created. Server: SUBSCRIBE to destination TaskResponse without selector/filter SEND to destination…
BiNZGi
  • 1,347
  • 1
  • 14
  • 19
3
votes
1 answer

Sending message with Spring Integration to ActiveMQ Artemis topic

Goal I would like to send a message to a topic which I will process later with a client applications. For this purpose I use Spring Boot and Spring Integration Java DSL with its JMS module. As a message broker I use a native ActiveMQ Artemis. Here…
3
votes
1 answer

Getting an error "Cause: AMQ119031: Unable to validate user" in Spring-Boot app

I'm getting the following error when trying to connect to ActiveMQ Artemis Queue deployed on JBoss EAP 7.1. Error: DefaultMessageListenerContainer: Could not refresh JMS Connection for destination 'jms/queue/QueueA' - retrying using …
3
votes
2 answers

Durable subscription for Artemis Cluster with Springboot

I have created Artemis Cluster with 2 nodes and successfully connected with my Spring-boot app (github link), implementation is based on clustered-static-discovery Now I am testing Durable subscription with it there is some strange behaviour i am…
Bhushan Uniyal
  • 5,575
  • 2
  • 22
  • 45
3
votes
1 answer

Wildfly 11 connection to remote Artemis ActiveMQ server configuration

It appears that the netty-connector to the remote client is not happy! For now, I have active my running on my local machine with the standard 616161 port. I followed the directions at…
Lillian
  • 87
  • 2
  • 7
3
votes
2 answers

Wildfly: AMQ214016: Failed to create netty connect ion java.nio.channels.UnresolvedAddressException from client on natted network

I have a wildfly 10 instance installed in a docker container (Container-A). If I try to look up queues from other containers of the same engine (Server-B, the engine) everything works fine. I have issues (see trace below), instead, when trying to…
Laura
  • 181
  • 1
  • 16
3
votes
1 answer

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

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 (…
webyildirim
  • 587
  • 3
  • 12
  • 32