Author |
Message |
Topic: Segmented messages - First segment being dropped |
Steve Martin
Replies: 15 Views: 11610
|
Forum: General Discussion Posted: Thu Sep 11, 2008 10:29 am Subject: Segmented messages - First segment being dropped |
Why do you have the (reply-to-) queue maxdepth set to 5?
We don't have it set. That is the max that has gone into it when reported. So at one point it got as high as 5, but currently there are four ... |
Topic: Segmented messages - First segment being dropped |
Steve Martin
Replies: 15 Views: 11610
|
Forum: General Discussion Posted: Thu Sep 11, 2008 10:17 am Subject: Segmented messages - First segment being dropped |
We are using client channels for both sending and receiving the messages.
We have tried with many different message sizes and number of segments. 2, 5, 70, 700 segments. On some messages the first ... |
Topic: Segmented messages - First segment being dropped |
Steve Martin
Replies: 15 Views: 11610
|
Forum: General Discussion Posted: Thu Sep 11, 2008 10:13 am Subject: Segmented messages - First segment being dropped |
This program has been running successfully in 5.3 for 3+ years now. With the switch to 6, it is now breaking. |
Topic: Segmented messages - First segment being dropped |
Steve Martin
Replies: 15 Views: 11610
|
Forum: General Discussion Posted: Thu Sep 11, 2008 10:08 am Subject: Segmented messages - First segment being dropped |
I am doing the commit at the end. Am I missing something to start the syncpoint at the beginning? Or is the following code sufficient when putting the messages?
I apparently missed the following co ... |
Topic: Segmented messages - First segment being dropped |
Steve Martin
Replies: 15 Views: 11610
|
Forum: General Discussion Posted: Thu Sep 11, 2008 8:33 am Subject: Segmented messages - First segment being dropped |
When issuing a get, it says that no messages are in the queue, even though the current depth is 4. |
Topic: Segmented messages - First segment being dropped |
Steve Martin
Replies: 15 Views: 11610
|
Forum: General Discussion Posted: Thu Sep 11, 2008 6:51 am Subject: Forgot to list commit that is also in the code. |
End While
queueManager.Commit()
Catch ex As Exception
If TypeOf ex Is MQException Then
Logger.Info("doWork > Message = " &a ... |
Topic: Segmented messages - First segment being dropped |
Steve Martin
Replies: 15 Views: 11610
|
Forum: General Discussion Posted: Thu Sep 11, 2008 6:45 am Subject: Segmented messages - First segment being dropped |
We have been running on 5.3 for a long time and have recently upgraded to 6.0.2.3. We have a .Net program so we are using the .Net library.
Some of our multi-segment messages are being received wit ... |
Topic: Version 2 header when getting message in .Net MA7P |
Steve Martin
Replies: 6 Views: 3776
|
Forum: IBM MQ API Support Posted: Thu Dec 11, 2003 1:09 pm Subject: Situation is "resolved" |
I have modified things so that I can accommodate the version 2 headers (required CSD05 to make message.version read/write) and so am not having to skip the "garbage characters at the beginning. In add ... |
Topic: Version 2 header when getting message in .Net MA7P |
Steve Martin
Replies: 6 Views: 3776
|
Forum: IBM MQ API Support Posted: Thu Dec 11, 2003 7:54 am Subject: How get CSD5 for client libraries only |
I have installed MQ Client CSD04. Can I get CSD05 for the client. I would prefer not to install the server portion since that will not be used and would prefer to have less installed on an Internet fa ... |
Topic: Version 2 header when getting message in .Net MA7P |
Steve Martin
Replies: 6 Views: 3776
|
Forum: IBM MQ API Support Posted: Wed Dec 10, 2003 11:14 am Subject: Thanks for the idea |
I have added the following line to getting messages:
Dim opts As MQGetMessageOptions = New MQGetMessageOptions
opts.Options = IBM.WMQ.MQC.MQGMO_WAIT
opts.Options = opts.Options Or IBM.WMQ.MQC ... |
Topic: Version 2 header when getting message in .Net MA7P |
Steve Martin
Replies: 6 Views: 3776
|
Forum: IBM MQ API Support Posted: Mon Dec 08, 2003 3:22 pm Subject: Version 2 header when getting message in .Net MA7P |
I am using the MA7P .Net library to connect to a remote queue on Solaris. Both the client and the server are running 5.3 CSD4. On the other end, I have a WebSphere java program connecting via a server ... |
Topic: MQ Series Client on Windows 2000 with SSL |
Steve Martin
Replies: 2 Views: 3591
|
Forum: IBM MQ API Support Posted: Tue Aug 12, 2003 10:22 am Subject: Websphere MQ in Windows 2000 with SSL - update |
To summarize my learnings
Working with MQ over SSL is relatively easy. No (or almost no) application code changes need to be done to use it.
0. Install the Websphere MQ Client version 5.3
1. ... |
Topic: MQ Series Client on Windows 2000 with SSL |
Steve Martin
Replies: 2 Views: 3591
|
Forum: IBM MQ API Support Posted: Mon Aug 04, 2003 8:06 am Subject: MQ Series Client on Windows 2000 with SSL |
I need to develop a program (running on Windows 2000) that accepts an MQ message, loads data from a COM application and sends a reply message via MQ. All communication with the Queue Manager must be d ... |