-
I am using Symfony 2.6 with SQLSRV and below is simple job creation code:
```
$job = new Job('myapp:test', array('test-arg'));
$em->persist($job);
$em->flush($job);
```
and this is throwing followin…
-
Pretty obvious when you look at `BaseImpl`, but reader & writer instances are not thread safe when using `responseCallback`, `masqueradeAs` and `masqueradeType`. Actually hit this today while testing,…
-
When running openmq with imqConsumerFlowLimitPrefetch=false the client prefetch queue has a maximum length of 1.
The issue is that when the message listener starts processing a message the queue is n…
-
**juanma.cvega** ([Bug 57015](https://bz.apache.org/bugzilla//show_bug.cgi?id=57015&redirect=false)):
The point-to-point sampler in JMeter for request-reply messages doesn't allow to provide parameter…
-
It is proposed that the JMS API be extended to allow messages to be delivered to a MessageListener in batches rather than individually as in JMS 1.1.
Currently, messages are delivered asynchronously …
-
The Java SE API allows an application to interrupt a running thread by calling the interrupt method on the Thread object.
I'm logging this issue to raise the question of whether JMS should define how…
-
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…
-
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…
-
## 스터디 7회차
* 일정 : 2022.10.04 (화)
* 목표 : 7장. 스프링 부트 메시징
-
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…