Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
202 views

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-...
xtermi2's user avatar
  • 846
1 vote
1 answer
2k views

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: ...
xymzh's user avatar
  • 225
0 votes
0 answers
44 views

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, ...
RodneyUK's user avatar
0 votes
2 answers
978 views

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 ...
Leme's user avatar
  • 17
0 votes
1 answer
998 views

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 ...
Cristian's user avatar
  • 501
2 votes
1 answer
290 views

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 ...
sba's user avatar
  • 2,187
1 vote
1 answer
896 views

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 ...
Artandor's user avatar
  • 490
1 vote
1 answer
2k views

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 ...
Ryan Pelletier's user avatar
0 votes
0 answers
90 views

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 ...
Matthew Barnes's user avatar
0 votes
1 answer
217 views

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 ...
Adrian Shum's user avatar
  • 40.3k
0 votes
1 answer
203 views

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/...
user avatar
0 votes
0 answers
160 views

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 ...
user avatar
-1 votes
1 answer
254 views

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. ...
shefulloflight's user avatar
0 votes
1 answer
212 views

So I am creating concurrent consumers to a topic i.e. multiple listeners. I am configuring them to be durable. @Bean public DefaultMessageListenerContainer listenerContainers() { ...
africandrogba's user avatar
1 vote
1 answer
1k views

So I am creating concurrent consumers to a topic i.e. multiple listeners. I am configuring them to be durable. @Bean public DefaultMessageListenerContainer listenerContainers() { ...
africandrogba's user avatar
1 vote
1 answer
1k views

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 '...
Vignesh's user avatar
  • 1,077
2 votes
1 answer
2k views

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 ...
Kaushik Lele's user avatar
  • 6,635
4 votes
2 answers
5k views

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 = "...
Dchucks's user avatar
  • 1,199
0 votes
1 answer
1k views

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 ...
learner's user avatar
  • 950
2 votes
0 answers
140 views

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 ...
Eric's user avatar
  • 1,454
0 votes
2 answers
4k views

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....
Lovegiver's user avatar
  • 461
0 votes
1 answer
276 views

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 ...
jdk1.7's user avatar
  • 166
3 votes
1 answer
6k views

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 ...
mahendra kawde's user avatar
1 vote
1 answer
2k views

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 ...
Indrek Ots's user avatar
  • 3,931
1 vote
1 answer
2k views

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 )...
user2595169's user avatar
5 votes
1 answer
4k views

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). ...
Chan Chun Weng's user avatar
2 votes
1 answer
1k views

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 ...
cmonkey's user avatar
  • 4,296