-
While testing SSL/TLS secured routes for broker on openshift, I have found out that when using cli-qpid-jms client, following ssl options do not work.
```
--conn-ssl-keystore-location
--conn-ssl-…
-
**MQ Queue Manager Channel Name is disappearing form the JmsConnectionFactory when we use them across both JmsListener and JmsTemplate
Spring JMS - mq-jms-spring-boot-starter (Version 2.0.0)
ja…
-
SQS now provides a client that implement temporary queues much more efficiently than naively creating a new SQS queue for each call. It should be easy to use that client to implement the `SQSSession.c…
-
Hi!
Is there any specific reason why username and password is not passed to jms_config in jndi lookup was chosen? I am trying to integrate this plugin with the Tibco EMS and it seems like Tibco's Con…
-
The JMS 2.0 specification, section 12.3 "Behaviour of JMS sessions in the Java EE web or EJB container" states that if a Session or JMSContext is created when there is no active JTA transaction in pro…
-
Hello, I am using this implementation in our JmsConfig file:
```kotlin
@Bean
fun mqQueueConnectionFactory(): MQQueueConnectionFactory {
logger.info("Try to initialise jms template ..…
-
```
When running the jWS server and connecting clients through SSL (wss), we get
these SSL errors:
2012-01-23 11:30:29,345 ERROR - TCPEngine$EngineListener: SSL engine:
SSLHandsha …
-
Add the Last Value Cache Feature for a topic.
When you will connect to a topic, the last message sent on the topic will be resent to the new client.
For instance, in the bank, without this feature, t…
-
### Description
Hi All,
Once the following error is observed more than 100(by default there are 100 connections in the connection pool[1]), it is impossible to connect to the broker via JMS publis…
-
Currently the JMS 1.1 and 2.0 specifications only allow for one mode of operation for applications which wish to do their own message acknowledgment. This is CLIENT_ACKNOWLEDGE mode. This mode has the…