Author |
Message |
Topic: JMSInput and JMSOutput Node connectivity issue |
mk.gupta
Replies: 4 Views: 6654
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 21, 2009 9:20 pm Subject: JMSInput and JMSOutput Node connectivity issue |
We have alreadyused these instructions but no help yet. |
Topic: JMSInput and JMSOutput Node connectivity issue |
mk.gupta
Replies: 4 Views: 6654
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 18, 2009 2:33 pm Subject: JMSInput and JMSOutput Node connectivity issue |
In JMSInput/Output Node where to specify the following for authentication in JMSProvider:
SECURITY_PRINCIPAL
SECURITY_CREDENTIALS
I have tried with the following for OC4J JMS Provider:
mqsic ... |
Topic: Unconnected sockets not implemented |
mk.gupta
Replies: 1 Views: 2621
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 28, 2009 8:57 pm Subject: Unconnected sockets not implemented - Problem solved |
Hi,
This issue was solved after installing the Fix packs 6.1.0.4 for toolkit & Broker.
However now HTTPRequest node is working for HTTPS without imporing certificates from server.
Am I missing ... |
Topic: Unconnected sockets not implemented |
mk.gupta
Replies: 1 Views: 2621
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 22, 2009 1:34 pm Subject: Unconnected sockets not implemented |
Hi,
I am facing an issue in message broker - HTTPRequest node as below & have read most of the post in MQSeries/IBM forums; We are about to open a ticket with IBM support & need your expert a ... |
Topic: MQRC_NO_MSG_AVAILABLE problem |
mk.gupta
Replies: 22 Views: 20706
|
Forum: IBM MQ API Support Posted: Tue Aug 21, 2007 2:59 am Subject: MQRC_NO_MSG_AVAILABLE problem |
Hi Jefflowrey,
Please find the code as below -
3100-PREP-MQ-GET. 00072300
*------------------------------------------------------------ ... |
Topic: MQRC_NO_MSG_AVAILABLE problem |
mk.gupta
Replies: 22 Views: 20706
|
Forum: IBM MQ API Support Posted: Mon Aug 20, 2007 5:37 am Subject: MQRC_NO_MSG_AVAILABLE problem |
CompCode is Nil. The deal is requestor is ahead of provider & requestor is getting the MQCompCode as OK witout getting response from provider, which should not be the case.
So u suggest me to c ... |
Topic: MQRC_NO_MSG_AVAILABLE problem |
mk.gupta
Replies: 22 Views: 20706
|
Forum: IBM MQ API Support Posted: Mon Aug 20, 2007 5:04 am Subject: MQRC_NO_MSG_AVAILABLE problem |
Right, its COBOL on Mainframes.
MQ Ver 5.3 |
Topic: MQRC_NO_MSG_AVAILABLE problem |
mk.gupta
Replies: 22 Views: 20706
|
Forum: IBM MQ API Support Posted: Mon Aug 20, 2007 4:46 am Subject: MQRC_NO_MSG_AVAILABLE problem |
Hi,
For 2033 error codes, we should be expecting either MQCC-WARNING or FAILED as Our processing only processes MQCC-OK.
It appears though that that we are having MQCC-OK MQ response though it shoul ... |
Topic: between non-destructive & destructive read |
mk.gupta
Replies: 1 Views: 4946
|
Forum: IBM MQ API Support Posted: Mon Aug 07, 2006 7:30 am Subject: between non-destructive & destructive read |
I am new to MQ. i am able to acheive a non destructive browse & destructive read on comment #1 & #2 on code below. Can i do a unit of work (db update) in between the two? what care should i t ... |
Topic: need guidance on API |
mk.gupta
Replies: 9 Views: 7759
|
Forum: IBM MQ API Support Posted: Fri Aug 04, 2006 2:23 am Subject: need guidance on API |
Thanks dear,
it worked for me
Regards,
Manish |
Topic: need guidance on API |
mk.gupta
Replies: 9 Views: 7759
|
Forum: IBM MQ API Support Posted: Thu Aug 03, 2006 3:54 am Subject: need guidance on API |
Thanks guys,
I got the initial success as i could establish the connection with MQ server & started reading the Message with help of guides....but i couldn't get any reference (hard luck) for cle ... |
Topic: need guidance on API |
mk.gupta
Replies: 9 Views: 7759
|
Forum: IBM MQ API Support Posted: Thu Aug 03, 2006 2:32 am Subject: need guidance on API |
Thanks Vitor,
I started reading, Also any existing code for reference shall be very helpful.
Thanks,
Manish |
Topic: need guidance on API |
mk.gupta
Replies: 9 Views: 7759
|
Forum: IBM MQ API Support Posted: Wed Aug 02, 2006 10:23 pm Subject: need guidance on API |
Dear all,
I m new to MQ series.
I have one requirement where the custom program(in java), reads the MQ queue synchronously & insert the corresponding message into a Oracle DB. On successful ins ... |