Category "spring-jms"

multiple Spring integration task executors picking up same message from JMS queue

I am using spring integration to process multiple files from a queue. Following is my configuration: <si-jms:message-driven-channel-adapter id="someReg

High CPU usage from the Spring DefaultMessageListenerContainer Thread

I have a application which uses Spring DefaultMessageListenerContainer and IBM mq as the message broker, after running application for certain time, the cpu usa

Spring Boot JMS MappingJackson2MessageConverter cannot find `_type` field even though it exists

I'm using Spring boot to receive JMS message and cURL to send it. Here's the Spring config: @Bean public MessageConverter jsonJmsMessageConverter() { Mapp

Spring JMSTemplate UncategorizedJmsException with ArtemisMQ

It works normal long time before. this error just happens when I try to loop 10000 items and send one-by-one to jms queue. I am getting the following error whe

IBM MQ Issue: JMSMQ1113 The destination does not have a name set

In a spring JMS project, I try to connect to an IBM MQ QUEUE placed in a remote server. The code can reach the IBM MQ server and recognize the MQ Manager, but w