27 questions
-1
votes
1
answer
202
views
Spring boot 3 + ActiveMQ + XA-Transactions + Durable Subscription to JMS Topic dows not work properly
Currently, I can't get XA-Transactions AND Durable Subscription working at the same time. A Demo Projekt is here: https://github.com/proxora/Spring-boot-3-ActiveMQ-XA-Transactions-Durable-Subscription-...
1
vote
1
answer
2k
views
Connection timeout error for ActiveMQ Python STOMP client
I am using the stomp.py 8.1.0 Python client to listen to Red Hat AMQ 7.4.1 (based on ActiveMQ Artemis), and I frequently get this error:
received an error {cmd=ERROR,headers=[{'message': 'AMQ229014: ...
0
votes
0
answers
44
views
How can I run a PHP stomp file as a background process?
I have installed Apache ActiveMQ and PECL Stomp, enabling the stomp.so extension on PHP.
I have written a PHP file which connects to a TCP address and successfully consumes messages from the topic, ...
0
votes
2
answers
978
views
Use same JMS ClientID for multiple destinations/topics
I'm working on an new application that subscribes to two topics on a JBoss 4 and processes incoming messages. Actually I'm using two DefaultMessageListenerContainer with durable subscriptions for the ...
0
votes
1
answer
998
views
ActiveMQ new topic, without consumer, doesn't discard messages
I'm building a software solution which creates JMS topics per new category of something. The topic is created when the first round of data is integrated and must be comunicated.
Durable subscriptions ...
2
votes
1
answer
290
views
Prime new topic subscribers with old messages in Apache Artemis
I'm configuring an Apache Artemis message-broker. The broker will accept big files and downstream consumers access the topic to process the latest files. Now I'm wondering how to make the latest files ...
1
vote
1
answer
896
views
Artemis durable subscription message storage
I am trying to understand how durable subscription works in ActiveMQ Artemis. Currently my biggest question is about the storage.
I want to know if the messages are duplicated, which means for each ...
1
vote
1
answer
2k
views
Apache ActiveMQ Artemis Durable Subscription TTL
I would like to configure a durable topic, but I want to configure how long Apache ActiveMQ Artemis will hold onto a message for an inactive durable subscriber to the topic.
For example, something ...
0
votes
0
answers
90
views
Fixing the topic destination in IBM MQ (using WebSphere Application Server 8.5.5)
I have an application running in WAS 8.5.5, which uses pub sub with IBM MQ, and durable subscribers. At a client site, we see intermittent problems re-opening subscriptions to the topic on server ...
0
votes
1
answer
217
views
JBoss AMQ / ActiveMQ Artemis: Pre-configure Durable Subscribers
I have a Red Hat AMQ (which is based on ActiveMQ Artemis) broker and I would like to make use of durable subscription (or equivalent) feature, so that I will have multiple OpenWire JMS subscribers ...
0
votes
1
answer
203
views
Implementing Durable Subscription on ServiceMix
I currently am using ServiceMix to route messages using QPID libraries.
My working config is below :
<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/...
0
votes
0
answers
160
views
Spring 5 dynamic JMS durable subscription
I have a question concerning the creation of a dynamic JMS durable subscriptions and, more generally, about how to deal with dynamic situations in Spring 5 and SpringBoot. For example, in order to ...
-1
votes
1
answer
254
views
When are JMS durable subscriptions a bad idea?
My understanding is that JMS durable subscriptions allow the consumer to receive all messages that are published to a topic, say if there was a lost connection and then connectivity is restored.
...
0
votes
1
answer
212
views
Use case scenario of durable listeners/consumers
So I am creating concurrent consumers to a topic i.e. multiple listeners. I am configuring them to be durable.
@Bean
public DefaultMessageListenerContainer listenerContainers() {
...
1
vote
1
answer
1k
views
How do durable subscribers work with JMS?
So I am creating concurrent consumers to a topic i.e. multiple listeners. I am configuring them to be durable.
@Bean
public DefaultMessageListenerContainer listenerContainers() {
...
1
vote
1
answer
1k
views
Orphaned SYSTEM.MANAGED.DURABLE.* queue in Websphere MQ
I have a queue 'SYSTEM.MANAGED.DURABLE.ABCD***109' getting messages all the time and no one to consume it.
I tried to get its subscription but got the following result ,
dis sub(*) where (DEST LK '...
2
votes
1
answer
2k
views
JMS Durable subscription. Subscriber do not receive messages
Learning durable subscription. I tweaked the example given here. I have written two programs. In one I create topic and send message with PERSISTENCE mode. In other program I create durable ...
4
votes
2
answers
5k
views
ActiveMQ - client already connected with same clientId error
We have a setup of JBoss EAP 7.0.0.GA connecting to ActivMQ apache-activemq-5.14.3. We are trying to setup a durable subscriber with the following configuration:
@MessageDriven(
name = "...
0
votes
1
answer
1k
views
Spring - ActiveMQ - Durable Subscription - Close Connection and Resubscribe to get the offline messages
I want to implement a solution in Spring-JMS with activeMQ where I want to create a durable subscription to a topic. The purpose is that if a subscriber closes the subscription for a while and once ...
2
votes
0
answers
140
views
Using ActiveMQ's js api, how do I specify a durable topic subscription?
I am using ActiveMQ's amq.js to subscribe to topics in my client-side js. I do so via a call like this:
amq.addListener( clientID, "topic://topicName", updateListener );
... but I would like to ...
0
votes
2
answers
4k
views
Unsubscribe durable subscribers with ActiveMQ
I'm trying to UNSUBSCRIBE durable subscribers from TOPICS.
My app is a kind of social network : each user is a topic for other users. So, each time a user is doing something, his friends are notified....
0
votes
1
answer
276
views
Durable subscription ID cannot be read by CSV Data Set Config in JMeter
I need to get 10 different durable subscribers added to a message broker by reading the durable subscription IDs to be set from a csv file which contains integer values from 1 - 10. However, JMeter ...
3
votes
1
answer
6k
views
Durable Subscription ActiveMQ
I am trying to put in place durable subscriber for my messages so that they will get persist in topic even after server restart.
But during configuration I am getting error related to xml:
Here is ...
1
vote
1
answer
2k
views
Using durable subscribers with virtual topics in ActiveMQ and does Subscription Recovery Policy play any role?
I am a bit confused here on how to properly use ActiveMQ.
What i'm trying to do
I have system A which produces messages to a virtual topic. Then there's system B and C which both consume messages ...
1
vote
1
answer
2k
views
Query regarding Spring message-driven-channel-adapter
I am using Spring's message-driven-channel-adapter.
My component is consuming message from Tibco Topic and Publishing to RabbitMQ topic
So The message flow is as follows:
Tibco-> (subscribed by )...
5
votes
1
answer
4k
views
JMS multiple durable subscription to one topic
I started JMS for a week now. I created JMS using Netbeans,maven and glassfish.
I have one producer and one durable consumer and I wanted to add another durable consumer to the same topic(not queue). ...
2
votes
1
answer
1k
views
How can I handle a duplicate durable Stomp subscriber?
I have multiple Ruby processes that start up and try to connect to a topic via a durable subscriber using Stomp.
The first process succeeds, and reads messages (yay).
Subsequent processes fail, and ...