When you store a message in a queue, isn\'t it more of meta data information so whoever pulls from the queue knows how to process the data?the actual information in the queue doesn\'t always hold all
Does anyone know how to clear DeadLetterQueue from jBoss? When i start jBoss, it is waiting 4 minutes at:
I have an enterprise application with around 2k concurrent users every day.These users handle customer calls so application speed is of vital importance.
This question already has answers here: 开发者_JAVA技巧 The meaning of NoInitialContextException error
I\'m running jetty-6.1.7 and I\'ve got an ActiveMQConnectionFactory tha开发者_StackOverflowt I\'d like to reference in my spring configuration via a JNDITemplate.
I have an pair of JBoss 5.1 servers clustered together to act as an fault-tolerant JMS server. I configured them to use MySQL datastore (with clustering setting enabled in mysql-persistence-service.x
I want to send开发者_JAVA技巧 messages to remote queue ? what steps should i do i cant find any documentation about that ?
Using: HornetQ 2.0.0.CR2 Default configurations for the stand-alone/non-clustered server. When I try to startup the server with a big journal (> 1Gb), I got a OutOfMemory exception:
Is there a recommended way / a tutorial which shows how to create and process plain SOAP request with Delphi without THTTPRio, for example, if I want to implement SOAP over JMS, SOAP over AMQP or SOAP
Is there a way to configure WebLogic 9.x cluster to receive a JMS message on a single JMS queue address from remote client and t开发者_运维问答hat the message is delivered to each cluster node? Any li