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
IBMMQ push subscription : Is there a way in springboot/quarkuks/other to use push subscription? Not polling
Push-subscription
Is there a way in springboot or quarkus (or other framework) to consume messages from IBMMQ using push-subscription. I.e Not polling every minute to see if message exists.
Need not b...
Espresso
Votes: 0
Answers: 1
Failed to send event with message "Server has been disposed" but the server keeps accepting other events
I have an application that uses Apache ActiveMQ as its event broker. While processing one event, it attempt to send a second event, but the second event failed with the message indicating that the ser...
Nathan
Votes: 0
Answers: 1
how to cleanly shutdown high-concurrency Jms.messageDrivenChannelAdapter?
When I try to shutdown my spring-integration process, the flow using an inbound Jms.messageDrivenChannelAdapter throws the following error message:
"org.springframework.jms.listener.DefaultMessag...
user2038596
Votes: 0
Answers: 1