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.

What is a JmsTemplate callback in Spring JMS?

this is my first time with Spring JMS (and with JMS in general) and I have some doubts related the …

java spring spring-mvc jms spring-jms
MQ SSL error, protocol is disabled or cipher suites are inappropriate

I have a MQ spring jms application that has been working fine using SSL channel. However after a recent java …

spring ssl ibm-mq spring-jms jsse
Spring JmsTemplate - add custom Property

I am using the Spring API's JmsTemplate and MappingJackson2MessageConverter (version: spring-jms-4.3.4.RELEASE.jar) to publish messages to an ActiveMQ …

java spring jms spring-jms
Security:090398 Invalid Subject - Spring and weblogic

I am writing a new application using spring and JMS. Myintent is to use Spring's Asynchronous Reception - Message-Driven POJOs. …

jms weblogic-10.x spring-jms
Trying to test the queue persistence. Can't send messages when breakpoint on consumer

I'm trying to test the queue persistence of ActiveMQ. I have an embedded ActiveMQ server with an unique consumer. This …

java jms activemq spring-jms
Consumer is not receiving messages from ActiveMQ

We are facing a random issue with ActiveMQ and its consumers. We observe that, few consumers are not receiving messages, …

activemq spring-jms
Spring MQ JMS reconnect configuration

First I have a question on how to configure JMS MQ to reconnect to an application when the broker connection …

java spring-jms openmq
How to handle Activemq's max frame size exception with failover transport

I am developing an application that uses activemq to exchange messages, some so big that I want to cancel then. …

java jms activemq spring-jms failover
Cannot construct instance of java.time.LocalDateTime - Jackson

I have two Spring Boot applications which communicate through JMS Messaging and ActiveMQ. One app sends to the other app …

java spring java-8 jackson spring-jms
Spring boot with tibco jms listener

I am trying to listen Tibco ems queue (wants annotation based configuration) from SpringBoot. I don't see any example which …

spring-jms tibco