Author |
Message |
Topic: Open cursor issue. |
Vargheese thomas
Replies: 7 Views: 5543
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 19, 2004 8:18 am Subject: Open cursor issue. |
The cache is used by different messages. So i think i cannot cache the values in the global environment tree.
Thanks
Thomas. |
Topic: Open cursor issue. |
Vargheese thomas
Replies: 7 Views: 5543
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 16, 2004 6:04 am Subject: Open cursor issue. |
Hi,
Thanks for your valuable suggestions.
1. The transaction type is commit. Even then we are having this problem .
2. ORACLE Version is 9i.
3. Yes. As a temporary fix, we increased th ... |
Topic: Open cursor issue. |
Vargheese thomas
Replies: 7 Views: 5543
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 14, 2004 8:38 am Subject: Open cursor issue. |
Hi Guys,
I have an issue. Iam using a custom node that queries (all select queries) the database.
Iam executing the query as follows:
=======================================
MbSQLStatement s ... |
Topic: MQMD Header in custom node |
Vargheese thomas
Replies: 2 Views: 2345
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 22, 2004 10:15 am Subject: MQMD Header in custom node |
Hi,
Urgent help required...
Iam having a custom node that polls the database.
The message coming out of this custom node does not contain
MQMD header, for obvious reasons.
But this flow thr ... |
Topic: Attribute Value in Custom node |
Vargheese thomas
Replies: 2 Views: 2112
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 22, 2004 10:12 am Subject: Attribute Value in Custom node |
My code looks like this:
public String getDataSource(String dsName){
return dataSource;
}
public String getSourceAttribute(String srcAttr){
return sourceAttribute;
}
public void setDa ... |
Topic: Attribute Value in Custom node |
Vargheese thomas
Replies: 2 Views: 2112
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 20, 2004 6:21 am Subject: Attribute Value in Custom node |
Hi
A clarification..
i have a custom node with two string attributes. These are mandatory attributes.
When i give the value for the attributes, I have to append a space at the end of the val ... |
Topic: Remove RFH2 Header from published message |
Vargheese thomas
Replies: 7 Views: 4794
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 19, 2004 4:50 am Subject: Remove RFH2 Header from published message |
Hi All
Urgent Help needed....
Iam using publication node in my flow to publish the message.
After the message is published, when i try to read the message from the output queue iam getting the ... |
Topic: MQSI Node to apply xslt to input message |
Vargheese thomas
Replies: 2 Views: 1960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 18, 2004 3:42 am Subject: MQSI Node to apply xslt to input message |
Hi,
MQSI Verison 2.1
I found a supportpack(IA76) from IBM site and working on some issues in that.
Can you pls suggest some other support pack, if available?? |
Topic: MQSI Node to apply xslt to input message |
Vargheese thomas
Replies: 2 Views: 1960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 13, 2004 11:50 pm Subject: MQSI Node to apply xslt to input message |
Hi all,
Can anyone help??
I have an input XML message. I have to transform the XML using XSLT.
Can anyone tell me whether there is a node available to apply XSLT to
the input XML message?
... |
Topic: Validate input XML message |
Vargheese thomas
Replies: 7 Views: 4057
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 29, 2003 2:05 am Subject: XML Validation |
Yes. I tried MRM.
I created a messaget set and then associated an XML format with it.
I gave this message set in the MQInput queue
and selected the validate option. That did not work.
Then f ... |
Topic: Unable to capture exception message. |
Vargheese thomas
Replies: 0 Views: 1807
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Dec 27, 2003 3:27 am Subject: Unable to capture exception message. |
Hi All,
Iam using a custom node for message processing.
Whenever there is a problem im trying to throw an exception with an appropriate message.
But this message, in debug mode, does not appea ... |
Topic: Validate input XML message |
Vargheese thomas
Replies: 7 Views: 4057
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Dec 27, 2003 3:18 am Subject: Validate input XML message |
Hi,
I have a small doubt. Can someone clarify this??
How to validate an input XML?
I have the following XML:
<?xml version=1.0 ?>
<ROOT_TAG>
<TAG1> val1 <\TAG1>
... |
Topic: MQ Publish/subscribe using java only |
Vargheese thomas
Replies: 1 Views: 1579
|
Forum: IBM MQ Java / JMS Posted: Fri May 16, 2003 3:50 am Subject: MQ Publish/subscribe using java only |
The messages that iam publishing is not reaching the subscriber
Iam using core java(no JMS) to publish and subscribe messages. Iam populating the MQRFH1 header manually.
Do i need to register ... |