python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to create separate JMS consumer and publisher spring boot application?
I am working on an consumer application which consumes from external Queue. For publishing messages there is different application.
Publisher application:
I have this interfaces and its implementation...
Sushant K
Votes: 0
Answers: 1
DefaultJmsHeaderMapper - failed to map Message header 'timestamp' to JMS property
I have a problem with the 'timestamp' header that comes from the JMSMessageProperties class, or so it seems to me, and it causes the following error
[WARN ] [2022-04-06 14:49:03,758] [voryouDuplicateC...
lukaszgo3
Votes: 0
Answers: 1
Mocking MessegePostProcessor Interface in JmsTemplate
I'm new in Mockito and I'm facing an issue regarding a stubbing argument mismatch.
so far I thought this would works fine since in my implementation jmsTemplate is a depedency of jmsTemplateService an...
Maxuel
Votes: 0
Answers: 2
Messages not rolling back on K8s pod restarts when using Spring JMS Listener with Client Ack
We have Spring JMS application ( deployed on K8s) which processes about 100 - 400 messages/sec. The application consumes messages from IBM MQ and processes them. Off late we have started noticing mess...
jkalyanc
Votes: 0
Answers: 0