activemq-classic Questions

5

Solved

I am using ActiveMQ to send the message. So when I sent a message, the message comes to receive message. On successful insertion, it is acknowledged. But I have code after acknowledgement, which ...
Koeppel asked 14/9, 2012 at 12:14

4

I am using apache's activemq for queueing. We have started to see the following exception very often when writing things to the queue: Caused by: org.apache.activemq.transport.InactivityIOExceptio...
Amid asked 24/11, 2014 at 20:23

16

Solved

I have the spring jars of spring-3.2.0.RC1.jar and trying to implement Apache ActiveMQ helloWorld program from tutorial given here. The xml configuration file is: <?xml version="1.0" encoding="...
Tierell asked 11/12, 2012 at 5:42

3

Solved

When I upgrade to activemq-all-5.6.0 I get this error during server startup SLF4J: Class path contains multiple SLF4J bindings I don't have this issue when using activemq-all-5.5.1 On checki...
Visually asked 2/8, 2012 at 21:44

2

Solved

I am using Spring's STOMP over WebSocket implementation with a full-featured ActiveMQ broker. When users SUBSCRIBE to a topic, there is some permissions logic that they must pass through before bei...
Tennessee asked 16/11, 2015 at 17:46

8

I downloaded and unzipped the latest ActiveMQ version 5.17.1. I'm using Java 11.0.11 and Windows 10 Enterprise Build: 19044.1706. When I started ActiveMQ via .\bin\activemq.bat start I got this Fil...
Erysipelas asked 10/6, 2022 at 12:49

2

Solved

I am using Windows 7 OS. I downloaded apache-activemq-5.8.0.zip from these Link and extracted in C:\Users\Infratab Bangalore\Desktop\Queueing\apache-activemq-5.8.0 directory. While Activemq initia...
Truss asked 6/8, 2013 at 14:2

3

Solved

I have a erratic problem with Java JMS. For moments works fine, but throws the following exception erratically and cut the execution. It is important to note that this occurs without stopping the ...
Decomposition asked 20/5, 2011 at 23:49

5

Solved

I am trying to migrate to Spring Boot 3 with the new namespace jakarta instead of javax, but the ActiveMQ Classic client has not been updated and was deprecated. Is there a way to continue using th...
Cornwallis asked 2/12, 2022 at 9:22

3

Amazon MQ (Active MQ) says it works with amqp, and there's a go package here https://github.com/streadway/amqp but when I try to Dial() I get this error Exception (501) Reason: "Exception (501) R...
Breen asked 8/12, 2017 at 0:25

9

Solved

We're trying to set a delay on some JMS messages, so that a message will only be added to the queue/ received by the listener after x time. So far we've tried 2 approaches that didn't work. 1) Acc...
Reverie asked 4/8, 2014 at 14:31

2

We're trying to set a re-delivery policy for ActiveMQ using spring jms. We've set an exponential back-off for the re-deliveries, but it seems to be ignored - the intervals between the message re-de...
Nevernever asked 11/5, 2014 at 14:45

9

Solved

I have java 1.6, maven 2, activeMQ 5.5 and functional tests with testng. When I launch it in Idea then OK, but when I try to launch them with maven from console then process suspends after trying t...
Clypeus asked 3/4, 2012 at 2:8

1

I have this configuration for Spring and a full feature stomp broker (ActiveMQ): @Configuration @EnableWebSocketMessageBroker public class WebsocketConfig extends AbstractWebSocketMessageBrokerConf...
Brozak asked 7/10, 2016 at 18:36

4

I am working on Apache Kafka. I want to know which one is better: Kafka or ActiveMQ. What is the main difference between this two technologies? I want to implement Kafka in Spring MVC.
Gollin asked 28/6, 2017 at 2:15

2

I have been using an embedded activeMQ server configuration (configuration is very similar to the examples that illustrate the concept of an embedded activeMQ server/listener). As part of the appl...
Tableware asked 6/3, 2012 at 20:19

6

Solved

Is there a way to suppress duplicated messages on a queue defined on ActiveMQ server? I tried to define manually JMSMessageID, (message.setJMSMessageID("uniqueid")), but server ignores this modifi...
Trixy asked 8/2, 2011 at 14:41

2

Solved

I'm trying to do some kind of administration on our activemq process, and I'd like to know what some of the fields mean that I get back. Specifically, What is InFlightCount? Is that the number of...
Jowers asked 12/11, 2009 at 2:0

3

Solved

How to configure multiple remote activemq brokers (different IP address) in spring context? Below is the configuration for 1 remote broker. I am using camel to create routes that produce and consum...
Morisco asked 8/11, 2012 at 10:45

5

Solved

I searched a lot in web, couldn't find any answers.
Rodas asked 9/8, 2017 at 10:3

2

I am trying to implement JMS in my project. I am using active mq as the provider, and using persistent queues. Following is the code to retrieve elements from active mq conn = GlobalConfiguration...
Versed asked 16/2, 2016 at 2:20

1

Solved

My ActiveMQ messaging instance (ActiveMQ 5.16.2 on Amazon MQ) uses STOMP. I cannot use the JMS QueueBrowser, and there is no way to "unack" a message. As soon as there is a consumer that ...
Tiling asked 7/3, 2022 at 15:54

1

Solved

I'm writing a simple Java JMS QueueBrowser client to AmazonMQ, that runs ActiveMQ with stomp protocol over ssh (hence he transport is stomp+ssl: // java import java.util.Enumeration; // jms import...
Taima asked 9/2, 2022 at 13:24

3

Solved

I've been working on configuring an ActiveMQ broker, and one thing that confuses me is that everything I've read describes NIO being "a good choice if you need to scale" or a "something to look at ...
Fugue asked 19/5, 2011 at 17:54

2

Solved

I have a simple Apache Camel route that gets the serialized files from the queue and sends it to some external resource: public class MyRouteBuilder extends RouteBuilder { @Override public void ...

© 2022 - 2024 — McMap. All rights reserved.