-
Several vendors currently support individual message acknowledgment outside of message listeners, that is, on a thread other than the thread of control of the Session. This is useful for certain types…
-
See http://stackoverflow.com/questions/36116475/spring-xd-custom-redis-sink for more info.
This issue for the discussion and sharing solutions for testing and review.
-
Clarify how the JMS provider should interact with Transaction Managers. In particular, the responsibilities of the JMS Provider, the TM and the App Server during recovery need to be clearly defined.
…
-
This issue was raised on the JMS forum:
[https://forums.oracle.com/forums/thread.jspa?threadID=2124413](https://forums.oracle.com/forums/thread.jspa?threadID=2124413)
and is being logged here on behal…
-
Many if not all JMS providers give the ability to programmatically browse messages undelivered to a client on a durable subscription. Some do it via a custom API, some via JMX.
A standard way of doin…
-
I want to send a large quantity of messages (100k>1mil) messages to an activemq queue using rhea.
Currently I am creating a new sender, and on "sendable" i send messages until sender.sendable() ===…
-
Dear Developers and founders of MQTTnet project!
First of all, let me express my personal apprisiation to you guys! This project has an extreamly high impact on our dependent projects we workin on.…
-
Ratel should provide a mechanism to transport a message to a service asynchronously (e.g. by a JMS queue). Please note that all features of Ratel, such as monitoring, passing ProcessContext should als…
-
```
Storing the logevents in a SQL-database is a common task and we could provide a
simple - but maybe sufficient - solution out-of-the-box.
For example a table-setup script (as attached) and a simp…
-
**Obtaining the Solace PubSub+ API**
The repository where this tutorial reside already comes with **### C API** library version 7.7.1.4. However, you should always check for any newer version for dow…