Author |
Message |
Topic: Message / Exception Queue Heirarchy |
pressy
Replies: 3 Views: 2928
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 25, 2006 5:26 am Subject: Message / Exception Queue Heirarchy |
jefflowrey wrote:
But what good is it going to do if you fill up one queue, and then go on to keep filling up more queues until you fill up the entire file system and then crash the app server and p ... |
Topic: Message / Exception Queue Heirarchy |
pressy
Replies: 3 Views: 2928
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 25, 2006 1:30 am Subject: Message / Exception Queue Heirarchy |
Hello All,
1) Let us say i have 3 queues Q1,Q2,Q3 configured..
Now is it possible if Q1 is full, then start filling Q2 and Q1,Q2 are full start filling Q3...
Same with the Exception Messages ... |
Topic: MDB deploy error |
pressy
Replies: 4 Views: 3985
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 19, 2006 8:14 am Subject: MDB deploy error |
Apply the latest service patch, i believe it is CSD10.0 or 11.0 and this will resolve your problem. |
Topic: MessageSelector MDB |
pressy
Replies: 1 Views: 2211
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 19, 2006 8:11 am Subject: MessageSelector MDB |
Hi
I have 2 MDB's( MDB1,MDB2 )configured to the same Listener port. Now in MDB2 i made some selection like JMSType='car' and the other i did not modify .
When i run my application, though i ha ... |
Topic: STOP , START , TERMINATE Messages |
pressy
Replies: 1 Views: 2082
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 12, 2006 8:36 am Subject: STOP , START , TERMINATE Messages |
Hi,
I would like to stop, start , terminate messages before they are delivered to a consumer.
What i mean by that is that: let us say i have a java method : stopWork() if i invoke the method, th ... |
Topic: WebsphereMQ with JMS |
pressy
Replies: 5 Views: 3336
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 10, 2006 11:39 pm Subject: WebsphereMQ with JMS |
WAS, MQ, and JMS are not designed to implement batch processing. They are designed to implement single-transaction processing.
You should design your system to put the smallest possible piece of d ... |
Topic: WebsphereMQ with JMS |
pressy
Replies: 5 Views: 3336
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 10, 2006 2:08 am Subject: WebsphereMQ with JMS |
Hi
I'm a newbee to websphereMQ, this is general question and would like to have some reference materials or tips on that.
I'm trying to design a batchframe work system, using WSApplication Serve ... |