activemq-classic Questions
3
Solved
I have a very strange problem with Apache ActiveMQ with Camel - I tried the examples with javascript and groovy, but they both produce error "Failed to install route: Failed to create route... beca...
Dictation asked 10/3, 2011 at 15:40
4
Solved
I'm trying to start an ActiveMQ broker, I currently have JDK 1.8.0_31 and ActiveMQ 5.11.1 installed. When I run activemq from the bin folder in my ActiveMQ installation I get the following message:...
Discomfort asked 25/2, 2015 at 9:58
1
Solved
I am providing a design for a new project and I am trying to understand which JMS provider to use. Is there any difference between Red Hat AMQ and Apache ActiveMQ ?
Sinotibetan asked 17/10, 2018 at 15:16
0
I'm trying to shutdown a Java application which has 1 @JmsListener running.
It doesn't matter how long I wait, but it will never stop.
It eternally hangs on the doShutdown of DefaultMessageListene...
Sequential asked 4/10, 2018 at 13:26
1
I trying to create a consumer level timeout in Active MQ (version 5.15.0). Consider one message is picked by a consumer but not able to acknowledge so in that case i want consumer to timeout so tha...
Endocentric asked 3/10, 2018 at 2:29
5
Solved
I'm working on a Spring Boot project at the moment, this text keeps being printed to the console every second for thirty seconds before stopping.
15:18:02.416 o.a.activemq.broker.TransportConnecto...
Dippy asked 28/5, 2015 at 4:33
5
Solved
I have a system implementing Camel and ActiveMQ for communication between some servers. I would like to know if there is a way to automatically expire and clear-out messages sent to a queue after X...
Whap asked 15/1, 2012 at 16:25
5
Solved
Is there a way to delete / purge all queues in ActiveMQ via the command line (win/linux)?
I could only find the commands for a specific queue.
Or maybe there's a way to do this via the activeMQ adm...
Elemental asked 3/12, 2014 at 12:1
1
I have a somewhat monolithic Java application, built around Spring @Service beans for my business service layer. As a rule, each of my business service methods has Spring Security annotations (e.g....
Occur asked 24/7, 2018 at 21:18
2
We have 3 different projects that are running on the same ACTIVEMQ broker.
Currently there is a single "DLQ" queue, we would like to set the dlq for each web application like so:
dlq_webapp1
dlq_w...
Danzig asked 30/8, 2015 at 12:38
1
Solved
Apache Pulsar (by Yahoo) seems to be the next generation of Apache Kafka.
Apache RocketMQ (by Alibaba) seems to be the next generation of Apache ActiveMQ.
Both are open source distributed m...
Ilka asked 12/6, 2018 at 22:58
2
Solved
I need to connect a ActiveMQ-Listener to a broker outside the firewall through an HTTP/HTTPS-Proxy. I've searched everywhere but haven't found a solution how to set the proxy settings for the Acitv...
Marlin asked 18/1, 2013 at 9:15
0
We have a docker setup (Windows 10, native docker, compose V3) with multiple containers one of which is running Wildfly 10 with JMS subsystem (ActiveMQ). Everything works fine inside the docker NAT...
Harassed asked 17/4, 2018 at 7:46
2
Solved
I have a pretty standard setup related to JMS - Spring Boot and ActiveMQ. It works fine, until i tried to do a simple integration test. After some investigation I found that both the Spring context...
Actually asked 14/3, 2018 at 16:40
2
Solved
I have been trying to develop a project which use both activeMQ and rabbitMQ at the same time. The dependencies which I added in pom.xml listed below:
<dependency>
<groupId>org.sprin...
Troy asked 16/12, 2015 at 14:0
2
Solved
In our application, the Active MQ failover url looks like this:
failover:(tcp://localhost:9125?useInactivityMonitor=false&wireFormat.maxInactivityDuration=0,tcp://localhost:9126?useInactivity...
Comprehensive asked 9/3, 2018 at 10:20
5
Solved
I have followed a tutorial to install ActiveMQ http://servicebus.blogspot.com/2011/02/installing-apache-active-mq-on-ubuntu.html
I dont quite understand this part of the tutorial
Now, you must cr...
Spitz asked 3/11, 2012 at 10:57
3
I am new to active MQ. Installed activemq 5.13.2. I am losing all my messages(including durable topic) after activeMQ server restart. Please find the below console screen shots before and after act...
Discretion asked 24/6, 2016 at 14:40
2
I read documentation about prefetch buffer.As per my understanding If I assign Prefetch value =1 to consumer A. Activemq push 1 message at a time to A .once A sends acknowledgement to activemq,then...
Araby asked 5/9, 2013 at 11:2
2
Solved
I want to create some tool which will be able to manage messages inside queue. So I would like to be able to get all the messages from the queue(something like export) and don't remove it from ther...
Mieshamiett asked 27/11, 2013 at 14:41
2
Solved
Our system will not shutdown when a "Stop" command is issued from the Tomcat Manager. I have determined that it is related to ActiveMQ/Spring. I have even figured out how to get it to shutdown, how...
Annisannissa asked 4/6, 2014 at 23:51
3
Solved
I am trying to use activemq in my application, but keep getting an error when I try and connect to localhost:
log4j:WARN No appenders could be found for logger (org.springframework.core.env.Standa...
Alainealair asked 29/10, 2012 at 20:4
1
So I've already spent considerable time on this, but now have come to a point where I'm completely at my wits end...
The requirement:
I'm trying to connect a wildfly 10.1.0 based message driven be...
Handicapped asked 26/10, 2017 at 7:19
4
Solved
I'm looking for a client (as in GUI client, not client library) to play with our MQ server and familiarize myself with its semantics. Something that will send and receive messages at the press of a...
Ol asked 25/7, 2010 at 23:40
1
Solved
I'm trying to send a X?-GB large file as a stream to an ActiveMQ queue for processing.
I know ActiveMQ supports streams, and so does camel-jms, but nothing I try to set on the queue seems to make ...
Idolah asked 17/10, 2017 at 13:28
© 2022 - 2024 — McMap. All rights reserved.