Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
30 views

Okay, I have an interesting one so far that is difficult to Google successfully and I have no prior experience on this particular problem guiding me on a correct solution. I have the following ...
Filippo Possenti's user avatar
0 votes
1 answer
31 views

I am building a "bridge" between two AMQ7 brokers using Camel routes. When delivery of the message to the second broker fails (e.g the destination broker is offline) the message goes into ...
LittleFish's user avatar
-1 votes
1 answer
66 views

I have a 2 server (soon to be 3) cluster running with 2 servers each with one primary node and one slave/backup node (see below) If i take down a primary server, it's replication slave takes over and ...
user3183111's user avatar
0 votes
0 answers
46 views

We are using JPype to connect to an AMQ broker and read the queue. The program works fine. However, it is frequently getting hung in the connection state. Below is the program we are using. Can ...
Satya's user avatar
  • 55
0 votes
0 answers
19 views

We have a requirement where we need to have LVQ for a non durable queue in AMQ. We tested the same with durable queue, it works fine however it is not working with nondurable queue. I wanted to know ...
Sharath gowda's user avatar
-2 votes
1 answer
39 views

I have an use case where we need to write a messages to durable/non durable queues instead of an address in AMQ broker. We don't want to write the messages to be sent address and route to respective ...
Sharath gowda's user avatar
0 votes
1 answer
109 views

I am using Spring Integration to produce messages to a JMS topic on Red Hat AMQ 7.8.2. It is taking 3 to 4 seconds to send the first message on application startup/restart and it does take 40 to 50 ms ...
Sharath gowda's user avatar
0 votes
0 answers
140 views

In Spring Boot 2.6.11 application we are trying to consume data from ActiveMQ and publish data to WebSphere MQ. For that if we need to manual configure both the ActiveMQ and WebSphere MQ? If yes then ...
shruti garg's user avatar
0 votes
3 answers
142 views

I am using the ActiveMQ Classic StatisticsPlugin to collect stats for destinations. I have used ActiveMQ.Statistics.Destination.* along with a replyTo header to collect the stats for all the topics. ...
Developer's user avatar
  • 259
0 votes
1 answer
259 views

Please advise what version of the Apache ActiveMQ broker/client corresponds to JBoss A-MQ v6.3? We are considering a possibility of migrating to the open source alternative (Apache ActiveMQ "...
Vlad K's user avatar
  • 2,911
0 votes
1 answer
432 views

I created a subscriber to a multicast queue. When starting the application I can see that the multicast address gets created, the client queue underneath gets created and if I use the web interface to ...
cp5's user avatar
  • 1,153
0 votes
1 answer
523 views

How does one configure and use a Topic (publisher - subscriber model) in Red Hat AMQ 7 using AMQP 1.0 and consume in Spring Boot I have configured the topic as follows in the Red Hat AMQ console I ...
cp5's user avatar
  • 1,153
0 votes
1 answer
166 views

I use AMQ 6 (ActiveMQ) on OpenShift, and I use a queue with re-delivery with exponentialBackoff (set in connection query params). When I have one consumer and two messages and the first message gets ...
Walter's user avatar
  • 27
1 vote
0 answers
2k views

I am using Artemis 2.7.0.redhat-00056 (AMQ 5.11 I think) One of the camel routes was set up ages ago. It sends XML on a queue, which is then handled in a bean. So it uses JMS style code: producer ...
djb's user avatar
  • 1,676
1 vote
0 answers
306 views

We are using base image of RedHat AMQ registry.access.redhat.com/jboss-amq-6/amq63-openshift which is a public base we cannot change. We use that image in jib maven plugin and did some changes to ...
WesternGun's user avatar
  • 13.1k
0 votes
1 answer
236 views

I am using spark streaming to read from AMQ. I want the streaming to stop when no data is left in the message queue. I created a custom receiver that connects to the AMQ topic and starts reading the ...
deltascience's user avatar
  • 3,400
0 votes
1 answer
316 views

I am creating the APIGEE proxy from APIGEE edge. Its target is a Mule deployed application which has no HTTP listener. It is only triggered by AMQ listener. Is there any way to connect to that ...
saiteja0555's user avatar
0 votes
1 answer
308 views

I am using stomp.py to establish a Stomp1.2 SSL connection to a ActiveMQ-Artemis/2.7.0.redhat-00056 ActiveMQ Artemis Messaging Engine. I have no control over the server and I was given the following ...
humaira.anjumi's user avatar
-1 votes
1 answer
730 views

I want to pull the messages from AMQ to python. I want to use python for batch processing (like if I have 1000 messages in the queue, I need to dequeue every 100 messages and process them and take the ...
pra shanth's user avatar
1 vote
1 answer
818 views

I'm trying to work out how to fix this ActiveMQ Artemis error. Seems the occasional message is too big for SimpleString, and isn't sending, and it goes to the DLQ. java.lang.IndexOutOfBoundsException: ...
djb's user avatar
  • 1,676
0 votes
1 answer
681 views

I am using INDIVIDUAL_ACKNOWLEDGE mode to receive messages and manually acknowledge messages received from AMQ using C++ CMS library which implements JMS standards via Openwire protocol. I have got ...
Ajay Kumar's user avatar
0 votes
1 answer
411 views

I am trying to use the configuration element broker-connections in Red Hat AMQ 7.7.0.GA version, but it gives me following error. The same works with AMQ 7.8.0 development version. Also as the ...
Praveen's user avatar
  • 387
-1 votes
1 answer
532 views

The problem I am facing is very strange. My application is a Spring Boot application where I am using a Camel route to listen to AMQ 7 and then processing the message till it gets stored in a database ...
RThinker's user avatar
0 votes
1 answer
313 views

I'm writing an application which interfaces with multiple brokers using the springboot java framework. I'm leveraging JMS to browse/read messages which are older than 4 hours. The main issue is trying ...
B.Allen's user avatar
  • 79
0 votes
1 answer
2k views

I have a single node ActiveMQ instance with two competing consumers connected to a topic. The topic subscription is shared as per JMS 2.0 specification. Shared subscription does guarantee that only ...
akki's user avatar
  • 443
0 votes
0 answers
591 views

So I have a jboss AMQ 6.3 cluster (3 pods in OpenShift) that keeps growing daily. Looking in the Java Console, there are a Lot of Queues named clever things like error-user006107e3-85ce-bdf1-f414-...
user3258911's user avatar
0 votes
1 answer
2k views

I am trying to implement message ordering in Apache Artemis cluster. Producers/Consumers connecting to the cluster implement High availability. So at one point of time there will be two instances of ...
akki's user avatar
  • 443
0 votes
1 answer
99 views

I am curious about the way AMQ handles message ordering when it comes to message redelivery and exponential backoff. Say you have three messages: [M3,M2,M1]. If I pluck the the M1 message from the ...
grunting_man's user avatar
0 votes
1 answer
178 views

I am using: openshift AMQ (seems to be a forked activemq-5.11.0.redhat...... version) EAP 7.2.3 While local debugging I get as Connection some ~ConnectionProxy with a physical ...
user1782357's user avatar
-1 votes
1 answer
386 views

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 ...
Apurv Adarsh's user avatar
0 votes
0 answers
148 views

Environment: ActiveMQ deployed on kubernetes Producer Java Application using openwire Subscribers Python and C client using MQTT Problem Statement: Producer is sending message after every seconds ...
ImranRazaKhan's user avatar
1 vote
1 answer
305 views

I have a default setup of JBoss AMQ in OpenShift and want to scale it up to two pods. How do I accomplish this? Just scaling it leads to the following: INFO | Using Persistence Adapter: ...
Mantar's user avatar
  • 2,720
0 votes
3 answers
803 views

Can I use Red Hat AMQ 7.7 in production without license or support subscription? And what's the difference between JBoss AMQ and Red Hat AMQ?
ImranRazaKhan's user avatar
1 vote
1 answer
2k views

I have to load test a WebSocket on Jmeter. WebSocket has been implemented using Springboot. I am facing an issue while sending Stomp data on Jmeter while testing. I am framing text appropriately ...
VSicky523's user avatar
0 votes
1 answer
538 views

I've never used AMQ Streams (Kafka). How can I connect to topics through the route (read/create/delete)? With Kafka, for example from my local machine, I used the CLI with the basic command. But with ...
Harry's user avatar
  • 1
0 votes
1 answer
86 views

We have a network of Red Hat AMQ 7.2 brokers with Master/Slave configuration. The client application publish / subscribe to topics on the broker cluster. How do we handle the situation wherein the ...
akki's user avatar
  • 443
0 votes
1 answer
190 views

Should both Trust store/Key store and Certificate should be used to access AMQ Broker over SSL connection? If yes, how to achieve this? I find very less articles, blogs to do this for NMS. I am newbie....
Sukant's user avatar
  • 11
0 votes
1 answer
1k views

We're running AMQ 7 on Openshift 3.11. When trying to connect java clients using JMS from the Openshift platform there is no issue. However, to access it from an external client I've created a secure ...
HBoss's user avatar
  • 1
0 votes
1 answer
671 views

I am looking into automated integration tests for a service that consumes from and produces to Red Hat AMQ 7.5.0. I am aware that you can produce & consume via REST, but this service is part of a ...
Snappawapa's user avatar
  • 2,092
0 votes
1 answer
590 views

We are creating a Mule application which will be running in a container on Kubernetes and will be in a replica set that will be connecting to JMS 2.0 Red Hat AMQ 7 (based on ActiveMQ Artemis). The ...
Steve's user avatar
  • 475
0 votes
1 answer
390 views

Idk whats wrong, i just wanna run an amq-broker example...Here's my full settings.xml (i just added the jboss-amq-maven-repository PROFILE & also added jboss-amq-maven-repository as my ...
PPNFilms's user avatar
0 votes
1 answer
176 views

I can't run a simple queue example from Red Hat AMQ. It displays the following error: Non-resolvable parent POM for org.apache.activemq.examples:artemis-examples:2.10.0.redhat-00004: Failure to find ...
PPNFilms's user avatar
0 votes
0 answers
590 views

thanks in advance! I am trying/need to write file from FTP to AMQ Queue. Reason - I'm trying to add failover on my routes using Camel JMS AMQ. I'm new to Apache ActiveMQ JMS. I have 2 AMQ brokers on ...
GLMills's user avatar
  • 638
0 votes
0 answers
630 views

I have two segments of enterprise network - green (with access to the Internet) and red (internal network). So, it works like this: Internet ↔ Green ↔ Red. Each of two segments has it's own pack of ...
Mixo123's user avatar
  • 81
0 votes
1 answer
524 views

I am sending XML message to AMQ queue. XML has header section. I need to set child nodes of header as properties of AMQ message. I am using NodeJS stompit package. Currently message shows only one ...
Anil's user avatar
  • 1,877
1 vote
1 answer
509 views

I am using stompit package of node.js to connect to AMQ queue to subscribe message. I used ConnectFailover class to create connection and channelPool class to create pool. Problem I am facing is that ...
Anil's user avatar
  • 1,877
1 vote
2 answers
1k views

We have our Active-MQ on-premise and I'm exploring options in AWS for managed messaging service. All of our applications use ActiveMQ's Virtual Topic feature. It appears that in AWS, Fanout can be ...
Haran's user avatar
  • 1,130
1 vote
0 answers
332 views

The use case is to create a microservice-http-endpoint AWS lambda function which publishes message to Amazon ActiveMQ, I tried searching for the same but could not find an answer, is it possible to ...
Varun Miglani's user avatar
1 vote
1 answer
2k views

According to the JMS spec, I do not have to specify the message ID when sending. When I send a message via JMSProducer#send() or when I create a message via the hawt.io console, I can see the message ...
Alexey's user avatar
  • 1,472
0 votes
1 answer
589 views

LDAP authentication is configured in ActiveMQ Artemis(2.6.1 -Redhat AMQ7.2) environment but i am noticing authentication for a user happens against LDAP server very frequently. Even when no messages ...
Jesu's user avatar
  • 62