-
SQS now provides a client that implement temporary queues much more efficiently than naively creating a new SQS queue for each call. It should be easy to use that client to implement the `SQSSession.c…
-
Reproducer:
$ cat SendReceive_HugeMapMessage.java
import javax.jms.*;
import org.apache.qpid.amqp_0_10.jms.impl.ConnectionImpl;
public class SendReceive_HugeMapMessage {
private int blocks;
pri…
-
Possibility for metadata in JMS API. Ex. retrieving Queue depth.
Although providers will probably not be able to supply real-time accurate readings, it can be very handy to read out the current depth …
-
It seems that the behavior of this option is different between REJECT_NEWEST and REMOVE_OLDEST/REMOVE_LOWPRIORITY.
• Isssue
The behavior of limitBehavior is different between REJECT_NEWEST and REMOVE…
-
I have provided same hiera files and running puppet apply again and again without any changes in yaml files.
puppet is printing some messages which says properties changed from [] to some other value…
-
Trying to send message to stomp:
val client = new StompClient
client.connect("10.130.30.45", 61613)
client.send("jms.queue.TEST", "Some message")
but getting NoClassDefFoundError on send method.…
-
MaxAutoLockRenewal not possible while processing messages in @Jmslistener tagged method. which leads the message back to queue for long running processes. library does not support long running messag…
-
These examples are fantastic, thank you.
They do however, not have a any example showing error handling, and variations around that. Nor DLQ and variations.
Two questions that I have after some ex…
-
public class ActivityMQReceiveUtil {
private static final Logger logger = LoggerFactory.getLogger(ActivityMQReceiveUtil.class);
/**
* 检测ActivityMQ是否可以连通接收指定MQ发送的测试信息
* 默认参数
* */
public …
-
Hazelcast should support JMS like selectors for queues.
Our requirement is as follows: we have to discriminate queues without reading messages from them. The seemingly easy solution was to create dif…