Author |
Message |
Topic: Subscriber problem |
skiv
Replies: 3 Views: 3522
|
Forum: General IBM MQ Support Posted: Tue Jul 25, 2006 6:49 am Subject: Subscriber problem |
I`m using MQ V6 |
Topic: Subscriber problem |
skiv
Replies: 3 Views: 3522
|
Forum: General IBM MQ Support Posted: Mon Jul 24, 2006 9:01 pm Subject: Subscriber problem |
Hi
I experienced a problem with my java jms client subscriber... At the start of the client, it receives the message as expected. But after awhile, it stops receiving and it seems like it is unsubs ... |
Topic: basic security question |
skiv
Replies: 15 Views: 19943
|
Forum: General Discussion Posted: Thu Jul 13, 2006 4:56 pm Subject: basic security question |
Hi
I had google on this topic before.. I saw the second article before but not the first... However it did not really answer what I want.
By default the MQCNO version is 1 and the securityptr i ... |
Topic: basic security question |
skiv
Replies: 15 Views: 19943
|
Forum: General Discussion Posted: Wed Jul 12, 2006 6:30 pm Subject: basic security question |
wondering if anyone still listening to this thread
I have a question regarding using of MQCSP in MQCONNX. From what i know in order to use it, the MQCNO version got to be set to 5 and the security ... |
Topic: MQOPEN question |
skiv
Replies: 6 Views: 5842
|
Forum: General IBM MQ Support Posted: Wed Jul 12, 2006 5:58 pm Subject: MQOPEN question |
Sorry it works.. my mistake in the coding part...
Thanks alot for your help |
Topic: MQPSCommand and MQPSTopic extraction |
skiv
Replies: 0 Views: 2228
|
Forum: General IBM MQ Support Posted: Tue Jul 11, 2006 11:46 pm Subject: MQPSCommand and MQPSTopic extraction |
Hi
May I ask anyone have any idea how to extract MQPSCommand and MQPSTopic info from the messages?
They are stored in the parameter PPMQVOID ppBuffer of MQGET and MQPUT functions
Thanks alot |
Topic: MQOPEN question |
skiv
Replies: 6 Views: 5842
|
Forum: General IBM MQ Support Posted: Tue Jul 11, 2006 7:37 pm Subject: MQOPEN question |
I set that but still no use....
set it inside the MQOPEN function am I right?
pExitParms->ExitResponse = MQXCC_SUPPRESS_FUNCTION; |
Topic: MQOPEN question |
skiv
Replies: 6 Views: 5842
|
Forum: General IBM MQ Support Posted: Tue Jul 11, 2006 4:24 pm Subject: MQOPEN question |
I have the cc set to MQCC_FAILED and rc set to MQRC_NOT_AUTHORIZED.. but my publisher is still sending |
Topic: MQOPEN question |
skiv
Replies: 6 Views: 5842
|
Forum: General IBM MQ Support Posted: Tue Jul 11, 2006 2:34 am Subject: MQOPEN question |
Hi
May I ask in the API crossing exit, the MQOPEN functions, how can I stop the connections or anything that can prevent the client from continuing to publish?
thanks alot |
Topic: Server Client connection |
skiv
Replies: 6 Views: 22066
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Mon Jul 10, 2006 6:50 pm Subject: Server Client connection |
Hi
May i ask if the client is in java, how can i set the MQCNO version and set the pointer for its securityptr?
thanks |
Topic: API crossing exit help |
skiv
Replies: 10 Views: 11378
|
Forum: General IBM MQ Support Posted: Sun Jul 09, 2006 7:12 pm Subject: API crossing exit help |
By the way, if I want to send user defined username and password to the server and retrieved them at the server, are there any other ways beside using the security parameters MQCSP? |
Topic: API crossing exit help |
skiv
Replies: 10 Views: 11378
|
Forum: General IBM MQ Support Posted: Sun Jul 09, 2006 9:57 am Subject: API crossing exit help |
I now got a client that send username and password to the server using the security parameters... I want to retrieve this username and password which needs me to access to the MQCSP data structure.
... |
Topic: API crossing exit help |
skiv
Replies: 10 Views: 11378
|
Forum: General IBM MQ Support Posted: Thu Jul 06, 2006 7:23 pm Subject: API crossing exit help |
i set the version using (*ppConnectOpts)->Version = 5
am I right?
then the pointing of pointer use
&(*((*ppConnectOpts)->SecurityParmsPtr))="CSP"
seems weird to me but i not sure ... |
Topic: API crossing exit help |
skiv
Replies: 10 Views: 11378
|
Forum: General IBM MQ Support Posted: Thu Jul 06, 2006 5:05 pm Subject: API crossing exit help |
ya I understand that MQCNO got to be V5 and i read that it can be set am I right? How can i go about doing it? I tried once changing the header file but when I print out the version number, only a few ... |
Topic: API crossing exit help |
skiv
Replies: 10 Views: 11378
|
Forum: General IBM MQ Support Posted: Thu Jul 06, 2006 4:17 pm Subject: API crossing exit help |
void MQENTRY ConnxAfter ( PMQAXP pExitParms
, PMQAXC pExitContext
, MQCHAR48 QMgrName
, PPMQCNO ppConnectOpts
... |