Author |
Message |
Topic: log4j not logging when java process is triggered |
yaravind
Replies: 5 Views: 3380
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 10, 2003 7:04 am Subject: Steps to resolve the issue |
We use Log4j in a Java application that gets triggered by MQSeries. We had the same issue and the following is what we have done
1. Make sure the directory (in which the log files are created) have ... |
Topic: 2009 Errors on client (MQRC_CONNECTION_BROKEN) |
yaravind
Replies: 29 Views: 87058
|
Forum: General IBM MQ Support Posted: Fri Oct 24, 2003 11:36 am Subject: 2009 Errors on client (MQRC_CONNECTION_BROKEN) |
We have experienced the same issues and here is my feedback based upon my experience
1. Once this happened due to the network (TCP) issues
2. The message channels reached to the maximum channel li ... |
Topic: Sharing MQQueueManager |
yaravind
Replies: 1 Views: 1516
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 26, 2003 7:29 am Subject: Sharing MQQueueManager |
I want to open the same Q for both BROWSE and GET at the same time. Is this possibble?
MQQueueManager qm=new MQQueueManager(....);
//the queue is being opened in two diff modes using the same QM ... |
Topic: pls validate the Triggering Logic |
yaravind
Replies: 0 Views: 1337
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 12, 2003 7:58 am Subject: pls validate the Triggering Logic |
I have to write an application which will get triggered when the depth of Queue changes from 0 to 1 (Trigger Type: FIRST). I came up with the following logic. Pls let me know if I am missing anything. ... |
Topic: Validate the following logic for Triggering |
yaravind
Replies: 1 Views: 1573
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 12, 2003 7:00 am Subject: Validate the following logic for Triggering |
I have to write an application which will get triggered when the depth of Queue changes from 0 to 1 (Trigger Type: FIRST). I came up with the following logic. Pls let me know if I am missing anything. ... |
Topic: NoClassDefFoundError javax/resource/ResourceException |
yaravind
Replies: 1 Views: 1899
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 18, 2003 7:57 am Subject: NoClassDefFoundError javax/resource/ResourceException |
The following exception is being raised when trying to access the MQ Series 5.2 using the Base Jaa API. pls let me know where the problem is
java.lang.NoClassDefFoundError javax/resource/ResourceEx ... |
Topic: Pls validate the given design (waiting for msg's on the Que) |
yaravind
Replies: 7 Views: 4176
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 31, 2003 10:27 am Subject: Pls validate the given design (waiting for msg's on the Que) |
Thanks for your suggestions but our infrastructure has no support for JMS.
I appreciate if u provide other alternatives. |
Topic: Pls validate the given design (waiting for msg's on the Que) |
yaravind
Replies: 7 Views: 4176
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 30, 2003 11:14 am Subject: no support for JMS only IBM Base Java API |
I have to only use IBM Base Java API, As of now our infrastructure doesnt provide support for JMS |
Topic: Pls validate the given design (waiting for msg's on the Que) |
yaravind
Replies: 7 Views: 4176
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 30, 2003 8:04 am Subject: Pls validate the given design (waiting for msg's on the Que) |
I am planning to implement the following design and I appreciate u guys help on this
1) Opne a Connection to the QM and the Queue in init() method of
HttpServlet
2) use the connections for p ... |
Topic: Polling for msg's on Q by multiple threads |
yaravind
Replies: 4 Views: 3507
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 27, 2003 8:38 am Subject: Polling for msg's on Q by multiple threads |
THANKS for u guys help! |
Topic: Polling for msg's on Q by multiple threads |
yaravind
Replies: 4 Views: 3507
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 27, 2003 6:20 am Subject: thanks for the logic. |
thanks for the logic.
Lets say I coded the bean using ur logic. In our production environment the bean will be deployed in a cluster of four application server instances. I want to know what will h ... |
Topic: Polling for msg's on Q by multiple threads |
yaravind
Replies: 4 Views: 3507
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 22, 2003 1:25 pm Subject: Polling for msg's on Q by multiple threads |
Hi,
By design, I have to use more than one thread for polling the Q for messages. I am unable to provide solution for the following scenario
T- Thread
T1, T2 and T3 are polling for messages o ... |
Topic: Connection Pooling in IBM Base Java API |
yaravind
Replies: 0 Views: 1403
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 02, 2003 10:49 am Subject: Connection Pooling in IBM Base Java API |
Hi,
Can anyone pls explain how the connection pooling is handled in IBM base Java APi and whats the importance og MQSimpleConnectionManager. Also pls post the code for using the connection pooling. ... |
Topic: WebSphere 3.5.4 and MDB- psl help |
yaravind
Replies: 1 Views: 2886
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 02, 2003 7:48 am Subject: WebSphere 3.5.4 and MDB- psl help |
Hi folks,
We r using WebSphere 3.5.4 and MQ Series 5.2. Now my project requires to use asynchronous messaging and I know that this can be implemented using the MDB's. Pls let me know if i can deplo ... |
Topic: MANY ways of writing strings to a Queue-CONFUSED |
yaravind
Replies: 4 Views: 3660
|
Forum: IBM MQ Java / JMS Posted: Sun Oct 20, 2002 6:04 am Subject: MANY ways of writing strings to a Queue-CONFUSED |
I am using only IBM Base java API |