Author |
Message |
Topic: Question about the MQ 6.0 .NET classes. |
wfudeac92
Replies: 6 Views: 5453
|
Forum: IBM MQ API Support Posted: Wed Nov 15, 2006 10:24 am Subject: Question about the MQ 6.0 .NET classes. |
Ok thanks for the tip. I am in the process of installing 6.0.2.0. The application that I am working on will actually connect to queues that run on a UNIX server through the MQ client. I do not have ... |
Topic: Question about the MQ 6.0 .NET classes. |
wfudeac92
Replies: 6 Views: 5453
|
Forum: IBM MQ API Support Posted: Wed Nov 15, 2006 7:24 am Subject: Question about the MQ 6.0 .NET classes. |
I thought we were only up to CSD2 for the MQ Client for Windows? Is there a CSD3? |
Topic: Question about the MQ 6.0 .NET classes. |
wfudeac92
Replies: 6 Views: 5453
|
Forum: IBM MQ API Support Posted: Wed Nov 15, 2006 6:01 am Subject: Question about the MQ 6.0 .NET classes. |
Does anyone know whether or not the .NET MQ classes contain unmanaged code? For example, if I access the MQ .NET APIs through a .NET ServicedComponent running in COM+, do I need to call Marshall.Rele ... |
Topic: Issue using MQ in .NET Serviced Component on Windows 2003 |
wfudeac92
Replies: 1 Views: 2519
|
Forum: IBM MQ API Support Posted: Wed Nov 15, 2006 5:55 am Subject: Issue using MQ in .NET Serviced Component on Windows 2003 |
This is a known ibm issue which is fixed with fixpack 6.0.2.0 |
Topic: Issue using MQ in .NET Serviced Component on Windows 2003 |
wfudeac92
Replies: 1 Views: 2519
|
Forum: IBM MQ API Support Posted: Fri Nov 10, 2006 7:28 pm Subject: Issue using MQ in .NET Serviced Component on Windows 2003 |
In order to get the identity context correct for mainframe calls, I had to put all of MQ API calls in a .NET Serviced Component (using C#) that runs in COM+. I am using the 6.0 MQ Client .NET API set ... |
Topic: Losing MQ messages when box is shutdown. |
wfudeac92
Replies: 2 Views: 3126
|
Forum: IBM MQ API Support Posted: Mon Jul 24, 2006 9:37 am Subject: Losing MQ messages when box is shutdown. |
I currently have a .NET windows service that reads messages off of a MQ queue and processes them. Here are the message get options that I am using.
mqGMO.Options = MQC.MQGMO_WAIT | MQC.MQGMO_SYNCPO ... |
Topic: Question about MQ Transactions and .NET |
wfudeac92
Replies: 7 Views: 8376
|
Forum: IBM MQ API Support Posted: Tue May 16, 2006 4:22 pm Subject: Question about MQ Transactions and .NET |
Thanks!!!!! That is what I needed.  |
Topic: Question about MQ Transactions and .NET |
wfudeac92
Replies: 7 Views: 8376
|
Forum: IBM MQ API Support Posted: Tue May 16, 2006 1:48 pm Subject: Question about MQ Transactions and .NET |
I agree with you. I was just curious as to whether or not there was an implied commit. Seems like it would be the opposite. |
Topic: Question about MQ Transactions and .NET |
wfudeac92
Replies: 7 Views: 8376
|
Forum: IBM MQ API Support Posted: Tue May 16, 2006 1:32 pm Subject: Question about MQ Transactions and .NET |
I am writing a .NET program that reads a message off of the queue and does some processing with the message. If the process fails I do a MQQueueManager.Backout to roll the transaction back. Likewise ... |
Topic: Question about the MQMD MessageID Property |
wfudeac92
Replies: 7 Views: 8279
|
Forum: IBM MQ API Support Posted: Wed May 10, 2006 12:00 pm Subject: Question about the MQMD MessageID Property |
That appears to be the case. Thanks for pointing me in the right direction. |
Topic: Question about the MQMD MessageID Property |
wfudeac92
Replies: 7 Views: 8279
|
Forum: IBM MQ API Support Posted: Wed May 10, 2006 11:19 am Subject: Question about the MQMD MessageID Property |
Here is what I found out. If you specify your own MsgID the queue manager will not overwrite that value. If you do now specify a value the following occurs to generate the MsgId.
A MsgId genera ... |
Topic: Question about the MQMD MessageID Property |
wfudeac92
Replies: 7 Views: 8279
|
Forum: IBM MQ API Support Posted: Wed May 10, 2006 10:34 am Subject: Question about the MQMD MessageID Property |
Here are the only MQPMO options that I am using.
MQC.MQPMO_NO_SYNCPOINT | MQC.MQPMO_SET_IDENTITY_CONTEXT;
Is it safe to say that if the MessageID field is always set by the developer, then a new ... |
Topic: Question about the MQMD MessageID Property |
wfudeac92
Replies: 7 Views: 8279
|
Forum: IBM MQ API Support Posted: Wed May 10, 2006 10:32 am Subject: Question about the MQMD MessageID Property |
Here are the only MQPMO options that I am using.
MQC.MQPMO_NO_SYNCPOINT | MQC.MQPMO_SET_IDENTITY_CONTEXT;
Is it safe to say that if the MessageID field is always set by the developer, then a new ... |
Topic: Question about the MQMD MessageID Property |
wfudeac92
Replies: 7 Views: 8279
|
Forum: IBM MQ API Support Posted: Wed May 10, 2006 10:17 am Subject: Question about the MQMD MessageID Property |
I am looking through some MQ code that I inherited and I have a question about the MessageID property on the MQMD. For some reason, the application generates its own 24 character Message ID and sets ... |
Topic: Error 2110 when receiving message from Mainframe/CICS bridge |
wfudeac92
Replies: 7 Views: 7172
|
Forum: IBM MQ API Support Posted: Mon May 08, 2006 3:43 pm Subject: Error 2110 when receiving message from Mainframe/CICS bridge |
I am supplying an MQCIH on input and expecting one back. Our environment is a little different. We are not allowed to make client connections with the mainframe. We are forced to send the message th ... |