Top "Spring-jms" questions

Spring provides a JMS integration framework that simplifies the use of the JMS API much like Spring's integration does for the JDBC API.

Execution of JMS message listener failed, and no ErrorHandler has been set

When I use Spring to listen to JMS messages, I receievd the above error. I am wondering how to add …

java spring jms spring-jms
Setup of JMS message listener invoker failed for destination trying to recover

While running integration tests in my application, I get below error messages in the failsafe test report for one of …

spring spring-jms
Spring JMS and Websphere MQ

hi I am new to Spring JMS and websphere MQ. Can Any one give me step by step processs or …

spring ibm-mq spring-jms
Does annotating a bean @DependsOn mean the dependent bean will be instantiated or initialized?

I am using Spring 3.0.2. I have two relatively simple bean definitions. One has a @PostConstruct (bean 'A') which triggers a …

java spring jms spring-jms
How to thread pool a Spring JMS listener

I am setting up a JMS subscriber listener as follows with the goal of achieving a pool of 5 threads listening …

java spring spring-jms
Spring 4.1 @JmsListener configuration

I would like to use the new annotations and features provided in Spring 4.1 for an application that needs a JMS …

spring spring-annotations spring-jms
Writing tests to verify received msg in jms listener (Spring-Boot)

I want to write test for something like below; There is a listener called state-info-1 in src/main. It does …

spring-boot jms activemq spring-jms spring-test
Does anyone know exactly what javax.jms.InvalidDestinationException: Not allowed to create destination means?

I am try to connect to a Tibco Ems Topic using Spring when I recieve this error. Here is the …

java spring jms tibco-ems spring-jms
How to set the ActiveMQ redeliveryPolicy on a queue?

How do I set the redeliveryPolicy in ActiveMQ on a Queue? 1) In the doc, see: activeMQ Redelivery, the explain that …

activemq spring-jms
How to implement jms queue in spring boot

I have created a Spring Boot project using initializer and I am trying to create my first message but I …

spring-boot jms spring-jms