-
Using Wildfly 21, when the pool size is greater than one, the mdb receiver does not scale up and create more instances of the mdb. Is this expected behavior? Is there a separate configuration to enabl…
-
Currently, the SQSMessageProducer only allows sending messages one by one. However the SQS supports SendMessageBatchRequest to send multiple messages with one request. While the JMS API does not suppo…
-
```
See compensating code in:
org.soitoolkit.commons.mule.jms.ObjectToJMSMessageTransformer.setJmsProperties(.
..)
```
Original issue reported on code.google.com by `hakan.d...@gmail.com` on 7 Apr…
-
```
See compensating code in:
org.soitoolkit.commons.mule.jms.ObjectToJMSMessageTransformer.setJmsProperties(.
..)
```
Original issue reported on code.google.com by `hakan.d...@gmail.com` on 7 Apr…
-
Hi,
This is more of a question. I found the blog post from years ago about this problem and think we are encountering something similar and wondering if the entity pruner would be a good fit.
We ar…
-
JIRA Issue: [KIEKER-1429] JMS Example: Should use ActiveMQ instead of (inactive) OpenJMS
Original Reporter: Andre van Hoorn
***
[KIEKER-1429]: https://kieker-monitoring.atlassian.net/browse/KIEKER…
-
```
$ php app/console diamante:install
PHP Fatal error: Cannot use 'True' as class name as it is reserved in /var/www/diamantedesk.local/vendor/oro/platform/src/Oro/Component/ConfigExpression/Con…
-
### Description:
If, in v4.0.0 of APIM, the deployment.toml contains certain special characters, namely a hash ("#") sign, the deployment will succed and login will be possible, but that password w…
-
**Expected behaviour**
1) A message is sent from a nodejs application to an SNS topic with _datadog context propagation header set.
2) A messages is placed on an SQS queue based on a subscription to…
-
```
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 …