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
-1
votes
1 answer

How to restrict client accessing another client messages

There are 2 clients (A and B) that are connected to the ActiveMQ Artemis broker. The protocol we are using is MQTT. Both clients have different topic templates that they subscribe. For example client A has subscription topic template of…
-1
votes
1 answer

ActiveMQ Artemis Management Console with HTTPS

Is it possible to expose ActiveMQ Artemis (2.16.0) Management Console with HTTPS instead of plain HTTP? Can't find any documentation on neither in Artemis docs or hawt.io to do that kind of setup.
la00
  • 119
  • 10
-1
votes
1 answer

JBoss HornetQ/ActiveMQ Artemis saving queue message to file system

Can someone please help me in understanding the impact of saving Hornetq/ActiveMQ Artemis messages to the file system and bypassing the queue every time? The message is more than 2GB, and I run into Maximum size 2GB exceeded exception in HornetQ…
Ayush Somani
  • 146
  • 11
-1
votes
1 answer

SpringBoot Artemis Durable Subscription

I am trying to get durable subscriptions working with Springboot and Artemis. I have one application configured as a publisher and two subscribers running under Docker like so: version: '3' services: amq: image:…
zorro2b
  • 2,227
  • 4
  • 28
  • 45
-1
votes
2 answers

How to separate broker-url from its parameters (ActiveMQ Artemis + Spring Boot)

I have an application.yml file which contains a broker-url parameter artemis: broker-url: "tcp://localhost:61616?consumerWindowSize=1048576&ha=true&retryInterval=100&retryIntervalMultiplier=1.5&maxRetryInterval=60000&reconnectAttempts=10000" My…
miroana
  • 494
  • 3
  • 22
-1
votes
1 answer

Implement message service using AMQP 1.0 protocol using Red Hat AMQ and Spring Boot

I have to make a demo project which sends a message to and receives a message from a topic/queue using the AMQP 1.0 protocol and Red Hat AMQ (which is built on ActiveMQ Artemis). However, I am unable to find any support or sample code. I tried the…
Apurv Adarsh
  • 125
  • 1
  • 12
-1
votes
3 answers

JMSException for HornetQ in Wildfly 10

I am running more than one schedulers at a time with 1000ms and 500ms repeatInterval. The schedular reads some messages from queue, processes them, and store in a MySQL database. In middle of these process sometimes I am getting this kind of…
-1
votes
1 answer

Performance issue when upgrading from HornetQ to Artemis ActiveMQ

Has anyone experienced performance degradation when upgrading from HornetQ to Active Artemis?  I'm working on a system that upgraded from HornetQ 2.4.5.Final to Artemis 2.10.0 and am seeing a performance degradation.  Beginning investigation, but so…
-1
votes
1 answer

Wildfly ActiveMQ Warning: Starting paging on address 'Queue Name'; size is currently: 10,504,042 bytes; max-size-bytes: 10,485,760

Following error we are facing in Wildfly: [org.apache.activemq.artemis.core.server] (default I/O-1) AMQ222038: Starting paging on address 'jms.queue.ImportEmployeesFromBundQueue'; size is currently: 10,504,042 bytes; max-size-bytes:…
fatherazrael
  • 5,511
  • 16
  • 71
  • 155
-1
votes
1 answer

javalite async event processing failed with error [client] - AMQ214008: Failed to handle packet java.lang.UnsupportedOperationException

please anybody help to fix this issue?
**I am getting issue [client] - AMQ214008: Failed to handle packet java.lang.UnsupportedOperationException while processing the command data in javalite async?**
[2018-03-30…
-1
votes
1 answer

ArtemisMQ - does work in cluster based on peer to peer?

I need to write a quick review about ArtemisMQ. One point consider the architecture of ArtemisMQ in cluster. According documentation (or rather how i understand this) nodes work independently - each node can be discovered and then the create some…
-1
votes
1 answer

Java code to make connection with ArtemisActiveMQ

Looking java code to connect with ArtemisActiveMQ. Earlier using HornetQ for messaging but now need to migrate on ArtemisActiveMQ.
Anil Singh
  • 19
  • 3
-1
votes
2 answers

How to receive message from wildfly jms queue using consumer

I encountered a knotty problem when receiving message from WildFly JMS queue. My code is below: Session produceSession = connectionFactory.createConnection().createSession(false, Session .CLIENT_ACKNOWLEDGE); Session…
JoeXu
  • 41
  • 1
  • 8
-1
votes
2 answers

ActiveMQ Artemis is not scaleable, or is it?

I am trying to setup 2 ActiveMQ Artemis servers with support for HA and failover. But what I can see in the documentation and in this example is that Artemis is not scaleable since I have to set up connections and sessions to each Artemis node in…
Rox
  • 2,647
  • 15
  • 50
  • 85
-2
votes
1 answer

Sending message from ActiveMQ "Classic" to ActiveMQ Artemis

I'm using Apache ActiveMQ "Classic" in configuration: client/producer -> ActiveMQ "Classic" -> ActiveMQ "Classic" I need to change it to: client/producer -> ActiveMQ "Classic" -> ActiveMQ Artemis Connection between ActiveMQ "Classic" -> ActiveMQ…
1 2 3
85
86