Author |
Message |
Topic: Unable to post message under heavy load, error 2334 |
cschaul
Replies: 9 Views: 4414
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 05, 2004 12:10 pm Subject: Unable to post message under heavy load, error 2334 |
Well this is the error we are seeing:
com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2334
It is very sporadic, happening only when many messages are being posted. Which is in the mor ... |
Topic: Unable to post message under heavy load, error 2334 |
cschaul
Replies: 9 Views: 4414
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 02, 2004 12:36 pm Subject: Unable to post message under heavy load, error 2334 |
bump |
Topic: Unable to post message under heavy load, error 2334 |
cschaul
Replies: 9 Views: 4414
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 04, 2003 7:41 am Subject: Unable to post message under heavy load, error 2334 |
bump |
Topic: Unable to post message under heavy load, error 2334 |
cschaul
Replies: 9 Views: 4414
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 28, 2003 1:14 pm Subject: Unable to post message under heavy load, error 2334 |
When under heavier loads, the MQ class which posts the messages to the queue returns with that 2334 error. Something to do with CharsetID? My app is running under AIX and Websphere 4
Anyone had thi ... |
Topic: JMS Linked Exception??? |
cschaul
Replies: 2 Views: 2199
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 23, 2003 3:24 am Subject: JMS Linked Exception??? |
Ok, i was trying to test it by connecting to nonexistent queues and trying to put a message on those queues. That wouldnt throw a JMSException?
If it doesnt, what such test could i setup so it woul ... |
Topic: JMS Linked Exception??? |
cschaul
Replies: 2 Views: 2199
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 22, 2003 11:37 am Subject: JMS Linked Exception??? |
How do i get the linked exception in this snippet of code? It only gos into the throwable catch block. Im calling this method from another class with:
Sender.sendMessage(text);
Here's the sendme ... |
Topic: ClassCatException and WS 4.03 |
cschaul
Replies: 0 Views: 1271
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 02, 2003 5:53 am Subject: ClassCatException and WS 4.03 |
I am running an app on WS 4.03 which uses JMS/JNDI for MqSeries queue connections. When I stop the app, and then restart it, a classcastexception on the MQQueueConnectionFactory is thrown. But if i ... |
Topic: [Solved] RefFSContextFactory NameNotFoundException |
cschaul
Replies: 6 Views: 9670
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 06, 2003 10:38 am Subject: [Solved] RefFSContextFactory NameNotFoundException |
i figured out a solution:
private static final String PROVIDER_URL = "file://c:/errors/ehub";
and then having the queueconnectionfactory as "QCF"
and the queue name as "Q"
Any ideas why setting ... |
Topic: [Solved] RefFSContextFactory NameNotFoundException |
cschaul
Replies: 6 Views: 9670
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 06, 2003 9:08 am Subject: [Solved] RefFSContextFactory NameNotFoundException |
yes ive tried that. Heres the code im using:
public class getMQMessage2 extends Thread implements MessageListener {
private static final String INITIAL_CONTEXT_FACTORY_PROP = "initialContext ... |
Topic: [Solved] RefFSContextFactory NameNotFoundException |
cschaul
Replies: 6 Views: 9670
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 06, 2003 4:06 am Subject: [Solved] RefFSContextFactory NameNotFoundException |
Yes, i deleted the c:/errors/ehub directory, then ran the jmsadmin program again to readd that directory with the .bindings file.
Is there any other program I need running? I am running my MQReceive ... |
Topic: [Solved] RefFSContextFactory NameNotFoundException |
cschaul
Replies: 6 Views: 9670
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 03, 2003 6:35 am Subject: [Solved] RefFSContextFactory NameNotFoundException |
If anyone can provide some insight into why this isnt working that would be great! I used JMSAdmin on my WinNT machine to load up the jndi names:
def ctx(ehub)
chg ctx(ehub)
def qcf(QCF) qmgr(TCK6 ... |
Topic: Configure Websphere 4.0 to use Java Base classes |
cschaul
Replies: 1 Views: 1715
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 05, 2002 9:42 am Subject: exception errors |
i believe i was getting those same errors in WSAD
i had to switch over and use the javaw.exe in the directory
ibmwsad\plugins\com.ibm.etools.server.jdk\jre\bin\javaw.exe
not sure if thatll help or ... |
Topic: running a GetMQMessage class |
cschaul
Replies: 1 Views: 1928
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 08, 2002 11:25 am Subject: running a GetMQMessage class |
I am trying to setup an app to read messages of a queue and pass them to another business logic program. Currently I just run a program with a main method that checks for messages every 10 seconds. ... |