-
```
In the class SmsSendHandler in the sms-http module, if an incorrect response is
returned from the HTTP request, the module throws an
SmsDeliveryFailureException. However, this is uncatchable by …
-
```
See compensating code in:
org.soitoolkit.commons.mule.jms.ObjectToJMSMessageTransformer.setJmsProperties(.
..)
```
Original issue reported on code.google.com by `hakan.dahl@gmail.com` on 7 Apr…
-
It would make a look simpler if Tyrus contains features natively to support using JMS queue or similar technology such as coherence to support sending messages to multiple nodes in the farm:
@Service…
-
We need to implement Websocket and Server-Sent Events (SSE) support for the MSF4J
-
#### Summary
In version 1.0b of the JMS specification, applications had to use a completely separate set of interfaces when working with queues as they did when working with topics.
Specifically, ap…
-
_From @glassfishrobot on January 17, 2015 22:15_
When multiple threads write to single JMS topic (only tested with topic, but that might be true for the queues also), each in its own distributed tran…
-
Is it a good idea?
I recently made a cron job to insert millions of rows from another database. I need to know the progress of the job and at one time the cron stopped running due to non-standard …
-
I apologise in advance for any inaccuracies since I am not an expert either in Smallrye Reactive Messaging nor in AMQP.
For context, I am trying to add AMQP messaging (sending and receiving) functi…
-
As the title mentions, i'm running the latest version of docker container "creactiviti/piper"
I wanted to use the subflow task in order to make a modular code, but an exception was raised
```
$ d…
-
In my configuration, I am using the broadcaster with several message queues. APIX is generating a lot of extra requests if I broadcast from the fcrepo queue to its route. See attached log.
[fcrep…