Author |
Message |
Topic: MDB and Backout |
psanders
Replies: 1 Views: 2499
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 27, 2007 7:53 am Subject: MDB and Backout |
I have a message driven bean running in WebSphere 5. It fails attempting to put a reply message to a different queue manager. The put is failing because the connection held by the pool manager is inva ... |
Topic: How can I tell what user or machine has a queue open input? |
psanders
Replies: 3 Views: 2281
|
Forum: General IBM MQ Support Posted: Fri Sep 29, 2006 7:33 am Subject: How can I tell what user or machine has a queue open input? |
I am using 5.3 on Windows.
Thanks in advance |
Topic: MQ and Websphere AS - 1 or 2 machines? |
psanders
Replies: 11 Views: 7560
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Aug 28, 2006 10:31 am Subject: MQ and Websphere AS - 1 or 2 machines? |
Could you elaborate on why you suggest the Websphere and MQ should reside on the same box? |
Topic: MQ and Websphere AS - 1 or 2 machines? |
psanders
Replies: 11 Views: 7560
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Aug 28, 2006 8:33 am Subject: MQ and Websphere AS - 1 or 2 machines? |
Hmm.... This is not going where I want it!
I plan on using LINUX for the Websphere and MQ so the ZOS client is not important. I was looking for opinions on what issues might arise running the two t ... |
Topic: MQ and Websphere AS - 1 or 2 machines? |
psanders
Replies: 11 Views: 7560
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Aug 28, 2006 5:52 am Subject: MQ and Websphere AS - 1 or 2 machines? |
We have a Websphere application that uses JMS. MQ is used to exchange data with a ZOS application. I would like to get opinions on the advantages and disadvantages of using the MQ Client on the Websph ... |
Topic: MQ Client connecting to a server in another domain |
psanders
Replies: 2 Views: 2610
|
Forum: General IBM MQ Support Posted: Tue Sep 28, 2004 6:32 am Subject: MQ Client connecting to a server in another domain |
Thanks for the information. The issue turned out to be with DNS. |
Topic: MQ Client connecting to a server in another domain |
psanders
Replies: 2 Views: 2610
|
Forum: General IBM MQ Support Posted: Thu Sep 16, 2004 6:02 am Subject: MQ Client connecting to a server in another domain |
I have a client that is installed on a machine that is a windows machine in a different domain than the server. I have the MQSERVER environment variable set. Whenever the client tries to connect they ... |
Topic: synchpoint and message arrival |
psanders
Replies: 2 Views: 2508
|
Forum: General Discussion Posted: Mon Jul 26, 2004 10:59 am Subject: synchpoint and message arrival |
Given that I put several messages to a remote queue within a single unit of work. Will the messages all be committed to the target local queue within a unit of work or will some of the messages be ava ... |
Topic: MQ 5.4 ??? |
psanders
Replies: 1 Views: 2042
|
Forum: General Discussion Posted: Fri Jan 16, 2004 11:18 am Subject: MQ 5.4 ??? |
Any news on when and what will be new?
Thanks in advance. |
Topic: OS390 MQ 2.1 Question |
psanders
Replies: 3 Views: 2496
|
Forum: General IBM MQ Support Posted: Fri Nov 14, 2003 8:43 am Subject: OS390 MQ 2.1 Question |
I'm sure this will turn out to be something stupid. That said, I have a queue with triggger type of depth and a trigger depth of 1. When I change trigger set to Y it changes back to N.
Oddly this ... |
Topic: Client application in Windows environment |
psanders
Replies: 2 Views: 2607
|
Forum: General Discussion Posted: Tue Oct 28, 2003 1:08 pm Subject: VB6 |
We use VB6 through the MQAX200 and it works well. It is funny about throwing errors though. You have to either change ErrorThreshhold or check CompletionCode and ReasonCode. |
Topic: Error in Open MQExplorer |
psanders
Replies: 8 Views: 5473
|
Forum: General Discussion Posted: Mon Oct 06, 2003 4:11 am Subject: Another guess |
Check the identity that the MQ service is running under. It's hiding under Programs\Administrative Tools\Services. Open up IBM MQSeries and look under the Logon tab.
Good luck. |
Topic: Visual Basic .NET and putting msg in remote queues |
psanders
Replies: 8 Views: 5938
|
Forum: General IBM MQ Support Posted: Thu Oct 02, 2003 5:18 am Subject: remote queue manager |
You should not be connecting to the remote queue manager. Connect to the local queue manager, then specify the remote queue manager and the queue as defined on the remote queue manager. If you get an ... |
Topic: Error in Open MQExplorer |
psanders
Replies: 8 Views: 5473
|
Forum: General Discussion Posted: Thu Oct 02, 2003 4:32 am Subject: Just a guess |
This occured on versions prior to 5.3 when using terminal services. |
Topic: DLQ |
psanders
Replies: 36 Views: 23310
|
Forum: General Discussion Posted: Wed Aug 27, 2003 6:33 am Subject: We had an application on MVS that looped sending to a remote |
queue. Here is what happened:
1. The messages started going to the target QM and Q
2. The target Q filled up
3. The target QM started placing messages on the DLQ
4. The Transmit queue filled up ... |