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.

Spring JMS - redelivery by sending message back to same queue instead of rollback transaction

this is my first post here so I apologize in advance if I don't respect formatting rules or other general …

spring transactions queue rollback spring-jms
Spring JMS listener acknowledging even when exception

I am using JMS to send/receive messages to my SQS queue, however i am unable to redeliver the message …

java amazon-web-services spring-boot amazon-sqs spring-jms
Mock JmsTemplate for integration testing

Need to mock JmsTemplate for integration testing in my application. In my appcontext.xml <bean id="core_connectionFactory" class="…

java spring spring-jms springmockito
ActiveMQ vs JMS

I am trying to understand JMS. What is the difference between ActiveMQ and JMS can pool the data from NON …

spring jms activemq spring-jms
Spring, JMS - Unable to locate Spring NamespaceHandler for XML schema namespace

Over and over I'm getting this error: 10:37:21,270 ERROR DispatcherServlet:466 - Context initialization failed org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration …

spring jms activemq spring-jms
Best practice for error handling with Spring JMS

I'm working on a message based service that queues all incoming requests and handles them later. What is the best …

spring-jms queueing
Managing JMS transaction with Spring

I'm trying to manage JMS transaction with Spring and HornetQ. This is the code I wrote: public void receive() { TransactionStatus …

spring jboss jms hornetq spring-jms
JMS Sessions, "transacted" and "auto-acknowledge"

What does JMS session exactly mean? What does it mean that a JMS session can be or not "transacted"? What …

jms spring-jms jms-topic jmstemplate
Java Spring JMS: JmsTemplate to IBM MQ

Update It was my mistake I forget the ssl debugging running, it is super fast now and working like magic …

java spring-boot ibm-mq spring-jms jmstemplate
No qualifying bean of type 'org.springframework.jms.core.JmsTemplate'

I have following dependencies: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-activemq&…

java spring activemq spring-jms jmstemplate