Author |
Message |
Topic: WebSphere MQ vs WebSphere MQ Express |
starfish77
Replies: 1 Views: 1513
|
Forum: General Discussion Posted: Mon Dec 15, 2003 9:32 pm Subject: WebSphere MQ vs WebSphere MQ Express |
don't know if u have seen this..but
|
Topic: MQCHLLIB |
starfish77
Replies: 2 Views: 1993
|
Forum: General Discussion Posted: Mon Dec 15, 2003 3:32 pm Subject: MQCHLLIB |
1) What is the advantage of using MQCHLLIB over MQSERVER? (As per the doc, MQGET does not work if the message size is more than 4MB)Can some one please explain this.
2) Should we NOT use MQSERVER i ... |
Topic: reading message statistics |
starfish77
Replies: 7 Views: 5519
|
Forum: General Discussion Posted: Mon Dec 15, 2003 1:24 pm Subject: reading message statistics |
MQ Visual Edit is good..its a GUI |
Topic: [URGENT] queue files |
starfish77
Replies: 6 Views: 4247
|
Forum: General Discussion Posted: Fri Dec 12, 2003 6:47 am Subject: [URGENT] queue files |
You are right bower5932. It did shrink after a while. |
Topic: [URGENT] queue files |
starfish77
Replies: 6 Views: 4247
|
Forum: General Discussion Posted: Thu Dec 11, 2003 10:31 am Subject: [URGENT] queue files |
I am using MQ5.3 on AIX. As per my understanding, the actual messages in queue are stored under
[b] /var/mqm/qmgrs/<QM_NAME>/queues/<Q_NAME> [/b]
and the file name is q.
My quest ... |
Topic: Linear log clean-up script on windows 2000 |
starfish77
Replies: 12 Views: 11951
|
Forum: General IBM MQ Support Posted: Wed Dec 10, 2003 1:34 pm Subject: Linear log clean-up script on windows 2000 |
Is there any utility on UNIX to clear the logs |
Topic: User Defined attributes |
starfish77
Replies: 5 Views: 3605
|
Forum: General Discussion Posted: Tue Dec 09, 2003 12:19 pm Subject: User Defined attributes |
Oh..Ok..I thought there is some concept of MQ strcture..
thanks |
Topic: User Defined attributes |
starfish77
Replies: 5 Views: 3605
|
Forum: General Discussion Posted: Tue Dec 09, 2003 8:09 am Subject: User Defined attributes |
Can you please direct me to some documentation on how to set and retrieve the MQ structures. Is it possible I can query for this flag on my receiving end( may be with matchoptions etc)?
Thanks, |
Topic: User Defined attributes |
starfish77
Replies: 5 Views: 3605
|
Forum: General Discussion Posted: Tue Dec 09, 2003 7:55 am Subject: User Defined attributes |
I am using MQ5.3 on AIX with visual age c++. I need to know if I can define my own attributes as a part of message. e.g. For every message I want to set the returnFlag=true for success and returnflag= ... |
Topic: useEmptyBuffer question |
starfish77
Replies: 2 Views: 2168
|
Forum: General Discussion Posted: Wed Dec 03, 2003 11:49 am Subject: useEmptyBuffer question |
NULL and 0 asks to use the systme managed buffer than the extrenal. This is what they say in the documentation of useEmptyBuffer function..
[quote]
ImqBoolean useEmptyBuffer( const char * external ... |
Topic: useEmptyBuffer question |
starfish77
Replies: 2 Views: 2168
|
Forum: General Discussion Posted: Tue Dec 02, 2003 7:32 am Subject: useEmptyBuffer question |
I am using this system managed buffer call for request message
MsgRequest.useEmptyBuffer( NULL, 0 );
Is there any way i can initialize it to NULL. Somehow, system is using same buffer again and agai ... |
Topic: Channel MAXMSGL |
starfish77
Replies: 2 Views: 1964
|
Forum: General Discussion Posted: Mon Dec 01, 2003 3:35 pm Subject: Channel MAXMSGL |
Is this true even if i use the application managed segmentation where I can decide the size of each segment. In that case, only1 segment will travel though the channel and MQ will have no idea wha is ... |
Topic: Channel MAXMSGL |
starfish77
Replies: 2 Views: 1964
|
Forum: General Discussion Posted: Mon Dec 01, 2003 6:46 am Subject: Channel MAXMSGL |
I have a doubt regarding maxmsgl attribute of channel. I am using client conn table to connect my client to MQ server. Also, I am using segmentation as the message is quite large than default message ... |
Topic: [Solved] compilation error c++ |
starfish77
Replies: 2 Views: 1948
|
Forum: IBM MQ API Support Posted: Tue Nov 25, 2003 12:51 pm Subject: [Solved]compilation error c++ |
Thanks JasonE!!! It worked.... |
Topic: [Solved] compilation error c++ |
starfish77
Replies: 2 Views: 1948
|
Forum: IBM MQ API Support Posted: Tue Nov 25, 2003 11:42 am Subject: [Solved] compilation error c++ |
I am getting this error while compiling the sample program imqsput.cpp on AIX5.1 (32 bit) I am using MQ 5.3 with client connections and Visual Age C++
********************************************** ... |