-
```
What steps will reproduce the problem?
1. soitoolkit-mule-jms-connector-commons.xml names transformers jmsToStr and
strToJms, but they should be named jmsToObj and objToJms. The transformers do
…
-
### Description
`uses` is just a working proposal. I am open to any better name.
1. Camel Quarkus wraps some specific version of Camel and it would be great if we could make that version visible t…
-
```
We are currently running spymemcached 2.7.3 with Hibernate-Memcached 1.2.2.
When I tried to upgrade our JAR to 2.8.0 I am seeing the following error:
java.lang.NoSuchFieldError: NATIVE_HASH
…
-
It looks like messages are sometimes not getting acked when using RabbitMQ provider. There are suspicious error messages in Jenkins log:
```
Jul 24, 2020 8:26:52 AM WARNING com.redhat.jenkins.plug…
-
Piotr,
sorry I am not a Spring-expert but we need to use Spring to connect to Websphere-MQ.
How would you wire up the code and make it start from within Spring.
A sample call would be nice!
Thanks…
-
**Description**
Communication to an Artemis message broker sometimes needs to be secured via TLS. Also for high-availability a client side failover should be possible.
**Implementation ideas**
Us…
-
It is desirable to be able to store multiple values with the same key in a JMS message, like in a HTTP request, for example.
#### Environment
All JMS environments
#### Affected Versions
[1.1]
-
```
What steps will reproduce the problem?
1. soitoolkit-mule-jms-connector-commons.xml names transformers jmsToStr and
strToJms, but they should be named jmsToObj and objToJms. The transformers do
…
-
The failover connection config uses increasing back-off time, which results in long waiting times when a broker comes back online after a while.
If for instance a broker has been down for 30 minutes, …
-
If you inject a JMSContext into a websocket ServerEndpoint you can use it in the @OnOpen callback, but if you attempt to use it from the @OnMessage or @OnClose callbacks you get an exception from the …