Author |
Message |
Topic: Sample Java/JMS Code For Queue Sender/Receiver Failure |
AlphaOmega
Replies: 0 Views: 2196
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 17, 2006 7:52 am Subject: Sample Java/JMS Code For Queue Sender/Receiver Failure |
Hello:
Would anyone be able to direct me to (or maybe post) some sample code that would monitor or check if a queue sender and/or a queue receiver fails, or if the connection fails for Java Message ... |
Topic: 2035 Error Using IVTRun And JMS In Client Mode |
AlphaOmega
Replies: 8 Views: 10365
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 15, 2006 8:05 am Subject: ALLMQI Worked, Thanks! |
 |
Topic: 2035 Error Using IVTRun And JMS In Client Mode |
AlphaOmega
Replies: 8 Views: 10365
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 14, 2006 4:10 pm Subject: Unfortunately It Did Not Work; Received The Same Error |
This is the main method of the class that I'm using to test mq
connectivity from my Windows JMS client to the AIX MQ server.
... |
Topic: 2035 Error Using IVTRun And JMS In Client Mode |
AlphaOmega
Replies: 8 Views: 10365
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 14, 2006 8:31 am Subject: +inq and +dsp to On Local Queues |
Do I need +inq and +dsp on the remote queue definitions as well? |
Topic: 2035 Error Using IVTRun And JMS In Client Mode |
AlphaOmega
Replies: 8 Views: 10365
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 14, 2006 7:40 am Subject: 2035 Error Using IVTRun And JMS In Client Mode |
Hello:
I have set up a local queue and a remote queue definition on an MQ server, and am trying to access them using JMS in client mode. Now I am able to access and do an MQPUT on the remote queue ... |
Topic: Requesting Source Code "Using" MQCONNX In JMS |
AlphaOmega
Replies: 3 Views: 2587
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 22, 2006 7:46 am Subject: Is That All That It Requires? |
Would there be anything else needed for the server queue manager or on the Windows server that hosts the MQ client application? A client connection table or something like that? I know that you would ... |
Topic: Requesting Source Code "Using" MQCONNX In JMS |
AlphaOmega
Replies: 3 Views: 2587
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 22, 2006 7:16 am Subject: Requesting Source Code "Using" MQCONNX In JMS |
Hello:
Would anyone be able to point me in the direction of source code where a person uses Java Message Service and MQ client to connect to multiple MQ servers? For instance, the application utili ... |
Topic: Assured Delivery With Websphere MQ Clients |
AlphaOmega
Replies: 4 Views: 3742
|
Forum: General IBM MQ Support Posted: Fri May 05, 2006 12:12 pm Subject: From The Client Side |
What about from the queue manager (server) perspective? If a client does an MQGET, how would the MQ server know that the client actually received the message (or that the receiving application receive ... |
Topic: Assured Delivery With Websphere MQ Clients |
AlphaOmega
Replies: 4 Views: 3742
|
Forum: General IBM MQ Support Posted: Fri May 05, 2006 11:49 am Subject: Assured Delivery With Websphere MQ Clients |
Hello:
Can assured delivery be accomplished with Websphere MQ clients? Rather, would an MQ server wait for the acknowledgement of delivery from the MQ client before committing the message, and back ... |