Author |
Message |
Topic: problem with connecting java client to MQ with SSL |
vedantpatil
Replies: 3 Views: 4777
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 14, 2005 8:56 am Subject: problem with connecting java client to MQ with SSL |
I don't think so.. I have copied same certificate file to all the machines.
If we say that code is not able to locate the cacerts file,but the path is hard coded in the code. or is there any possibil ... |
Topic: problem with connecting java client to MQ with SSL |
vedantpatil
Replies: 3 Views: 4777
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 14, 2005 8:42 am Subject: problem with connecting java client to MQ with SSL |
I have check this client without SSL. It is working fine.. But with SSL it gives above error. |
Topic: problem with connecting java client to MQ with SSL |
vedantpatil
Replies: 3 Views: 4777
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 14, 2005 8:20 am Subject: problem with connecting java client to MQ with SSL |
Our java client program is working on 3 machines and comunicating with the MQ with SSL enabled channel. I have imported certificate to all the 3 machines using
keytool -import -v -noprompt -trustca ... |
Topic: combining two messages in the flow |
vedantpatil
Replies: 2 Views: 2931
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 05, 2005 6:50 am Subject: combining two messages in the flow |
Hello,
The scenario is like this.
Client application is sending two messages with certain records in each message in a queue. In the message flow we need to combine these two messages in single mess ... |
Topic: JMSException: MQJMS2007 |
vedantpatil
Replies: 4 Views: 7260
|
Forum: General IBM MQ Support Posted: Thu Jul 14, 2005 9:41 pm Subject: MQJMS2007 |
We could resolve this issue.
As mentioned in the extract given by sebastianhirt as below
This reason code can also occur on the MQGET, MQPUT, and MQPUT1 calls when an external unit-of-work coor ... |
Topic: JMSException: MQJMS2007 |
vedantpatil
Replies: 4 Views: 7260
|
Forum: General IBM MQ Support Posted: Wed Jul 13, 2005 10:27 pm Subject: MQJMS2007 |
Th Linked exception is as below
com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2072
We are using an MDB deployed in weblgic 8.1 to write messages to MQ 5.3 Queue uisng an XA connect ... |
Topic: JMSException: MQJMS2007 |
vedantpatil
Replies: 4 Views: 7260
|
Forum: General IBM MQ Support Posted: Wed Jul 13, 2005 4:19 am Subject: JMSException: MQJMS2007 |
I got the following exception when using JMS API to write a message in an XA context.
javax.jms.JMSException: MQJMS2007: failed to send message to MQ queue
at com.ibm.mq.jms.services.Confi ... |
Topic: Routine to move message on Rollback |
vedantpatil
Replies: 2 Views: 2167
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jun 29, 2005 9:07 pm Subject: Routine to move message on Rollback |
Our Design consists of an interface between Weblogic 8.1 SP3 and Websphere MQ 5.3 CSD 9, both on Windows 2000.
A Message Driven Bean is deployed on Weblogic with Container Managed Transaction.
... |
Topic: Creating user defined node in java.... |
vedantpatil
Replies: 2 Views: 2888
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 21, 2005 8:09 am Subject: Creating user defined node in java.... |
Thanks JT for the quick response.
I am able to see and node and its working fine.. |
Topic: Creating user defined node in java.... |
vedantpatil
Replies: 2 Views: 2888
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 21, 2005 4:22 am Subject: Creating user defined node in java.... |
I am creating user defined node in java. I got this sample code some another post.
I compiled the code and craeted jar file
javac com/ibm/jsample/SwitchNode.java
jar -cvf SwitchNode.jar com/ibm/ ... |
Topic: Switch Sample Java Plugin. Can't get it to run on v5 |
vedantpatil
Replies: 6 Views: 4675
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 21, 2005 4:07 am Subject: Not able to see user defined java node in workbench |
I am new to userdefined nodes.
I have used same java code SwithNode.java given above, careated jar file and put the jar file in install_root\jplugin dir. restarted the broker.
when i open the toolk ... |
Topic: Dead Letter Queue confg with Weblogic - MQSeries interface |
vedantpatil
Replies: 3 Views: 4978
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jun 06, 2005 4:59 am Subject: Dead Letter Queue confg with Weblogic - MQSeries interface |
We have a small issue with Websphere MQ configuration.
Can anyone please help us resolve them.
Our Design consists of an interface between Weblogic 8.1 SP3 and Websphere MQ 5.3 CSD 9.
We hav ... |
Topic: problem while assigning REFERENCE |
vedantpatil
Replies: 1 Views: 1817
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 18, 2005 9:24 am Subject: problem while assigning REFERENCE |
Input xml may come in two formats
<A06_RESPONSE>
and
<M00_RESPONSE>
I want to dynamically assign xmlBody to root node.
DECLARE P INTEGER 0;
DECLARE N INTEGER 0;
SET P = CARDINAL ... |
Topic: [IBM][CLI Driver] CLI0124E Invalid argument value. SQLSTATE |
vedantpatil
Replies: 4 Views: 12457
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 02, 2005 8:27 pm Subject: [IBM][CLI Driver] CLI0124E Invalid argument value. SQLSTATE |
code:
INSERT INTO Database.WAREHOUSE(MSGID, MESSAGE, MSGDATE) VALUES (SUBSTRING(CAST(InputRoot.MQMD.MsgId AS CHAR) FROM 3 FOR 4 , OutputRoot.BLOB, CURRENT_TIMESTAMP );
table structure
Field ... |
Topic: [IBM][CLI Driver] CLI0124E Invalid argument value. SQLSTATE |
vedantpatil
Replies: 4 Views: 12457
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 02, 2005 6:54 am Subject: [IBM][CLI Driver] CLI0124E Invalid argument value. SQLSTATE |
In compute node i have used DSN as "ECOM" which is pointed to DB2 database.
While running the flow it throws the exception as
[IBM][CLI Driver] CLI0124E Invalid argument value. SQLSTATE=HY009
... |