How do I add custom queues to JBoss 5.1.0? I found a way to do it via the Admin Console however for some reason it keeps failing, also I need to be able to quickly and easily move my queues from one
Does anyone know where I can find the cab file that will allow me to use Microsoft Message Queues on a Windows Mobile 2003 device?
Currently I\'m in the process of designing the messaging system for my application (which uses AMQP on the backend via RabbitMQ). There are going to be multiple instances where a method can get data f
I would like to know what are your best practices in using and disposing a message queue.I would also appreciate if there is code especially in the disposing part in order to visualize your concept.Th
At scheduled times (based on business rules), we need anywhere between 10,000 - 200,000 rows from a database to be processed by a long running operation. Each row needs to be processed individually (t
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
W开发者_运维知识库hat I need is actually a thread-safe queue structure, where multiple clients keep dumping data into the queue and one working thread keeps processing and popping the queue
What is a typical/preferable way to build system with Apache-Camel and ActiveMQ ? How can high availability 开发者_StackOverflowbe achieved ? What container the Camel should run in ?Any java applicati
I want to send开发者_JAVA技巧 messages to remote queue ? what steps should i do i cant find any documentation about that ?