python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Use JMS 2.0 to use delivery delay with IBM MQ
I'm using IBM MQ with Spring Boot and I'm trying to delay messages with the setDeliveryDelay(time) method.
This function is only supported in JMS 2.0 and I'm having problems with this, as I am running...
John
Votes: 0
Answers: 2
How to send headers to a JMS message
I am trying to add headers to a JMS message. The headers being eventType, messageId, correlationId and messageStamp. This is my queue sender method:
public void messageSentInQueue(String queueName, Me...
Rumi
Votes: 0
Answers: 1
JMS Topic - Weblogic to Wildfly / JBoss migration
I have one of my Topics in WebLogic with overrides properties "Time-To Deliver Override" and "Delivery Mode Override"
I'm working on a migration to WildFly server. I've declared t...
Samy
Votes: 0
Answers: 1
How and where to use JmsListenerEndpointRegistry start and stop function using SpringBoot?
I want to stop/pause the queue so that (https://issues.apache.org/jira/browse/AMQ-5229)
NO messages sent to the associate consumers
messages still to be enqueued on the queue
ability to be able to br...

user3393228
Votes: 0
Answers: 1