Author |
Message |
Topic: Strange problem about attributes ... |
ferloz
Replies: 7 Views: 5712
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 11, 2005 5:06 am Subject: Strange problem about attributes ... |
Dear jefflowrey,
you gave me the right idea.
Following your suggestion i've inserted a trace node just after the MQInput node and another before the MQPut .
The results are in line with your fi ... |
Topic: Strange problem about attributes ... |
ferloz
Replies: 7 Views: 5712
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 10, 2005 5:14 am Subject: Strange problem about attributes ... |
Sorry again.
My "empasse" with the english language don't give me the capability to be clear as i want .
The problem i have is generate in a complex flow (i'm writing ) that take from an MQINPUT ... |
Topic: Strange problem about attributes ... |
ferloz
Replies: 7 Views: 5712
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 10, 2005 5:05 am Subject: Strange problem about attributes ... |
Thanks i'll look in this direction.
Paolo |
Topic: Strange problem about attributes ... |
ferloz
Replies: 7 Views: 5712
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 10, 2005 4:58 am Subject: Strange problem about attributes ... |
Hi all,
i've a strange question about XML atrributes .
In the following input message the type attribute appear
in the mSwCriteriaA tag .
<Payload>
<mTaskRefS>mytask_2</mTaskRe ... |
Topic: Java Procedures |
ferloz
Replies: 12 Views: 18560
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 26, 2005 6:45 am Subject: [solved] Java Procedures |
Dear all,
thanks for the suggestions .
i've tried each one but without any succesful result.
the only one solution is to split the two functions in two different projects and adding them to the cla ... |
Topic: Java Procedures |
ferloz
Replies: 12 Views: 18560
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 22, 2005 4:48 am Subject: Java Procedures |
Dear javaforvivek i've did reboot several times but nothing change.
Can you suggest another thing that i'm wrong ?
What i've forget ?
i know that the computer is always right ...  |
Topic: Java Procedures |
ferloz
Replies: 12 Views: 18560
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 22, 2005 2:05 am Subject: Java Procedures |
Thanks for the attention.
Paolo
The complete ESQL Code
CREATE COMPUTE MODULE ProvaPlugin_Compute
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
declare BrokerName char ;
declare Exec ... |
Topic: Java Procedures |
ferloz
Replies: 12 Views: 18560
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 21, 2005 8:08 am Subject: Java Procedures |
Thanks jefflowrey , for the post. I've already read all the items you mention, but the question is a little bit different : why the second method work and the first not ?
Probably is not correct ... |
Topic: Java Procedures |
ferloz
Replies: 12 Views: 18560
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 21, 2005 6:59 am Subject: Java Procedures |
Hai all,
i've written a simple java code for extending the Util class in ibm.com.broker for getting the name of the broker and the name of the execution group.
The first function work correctly t ... |
Topic: Change in DB Schema |
ferloz
Replies: 1 Views: 1974
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 05, 2005 2:27 am Subject: Change in DB Schema |
I'm using the following statement for updating a row in a table :
"update Database.OWMV0PUI.MVIACLIDATA as "
Anyone know if is possible to change the schema name ?
And if is possible how to ... |
Topic: where i am |
ferloz
Replies: 6 Views: 5965
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 27, 2005 4:55 am Subject: where i am |
Sorry to all,
i've read the pdf of IA06, but is the opposite i need ( ... my english ...! )
My problem i to identify a msgflow, with "customization data" inside the flow not really via a variable ... |
Topic: where i am |
ferloz
Replies: 6 Views: 5965
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 27, 2005 4:37 am Subject: where i am |
Due to a my terrible english i was'nt very clear.
I'll try to explain better :
the input is a "shared queue" opened in input by two dinstances of the same MsgFlow, that are running on diff ... |
Topic: where i am |
ferloz
Replies: 6 Views: 5965
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 23, 2005 8:41 am Subject: where i am |
I've one msg flow ( written by me ) that runs in two different WBIMB.
The optimum will be , for me , to have a "custom node" able to set an environment variable with the contents of a property.
... |
Topic: Correlation problem |
ferloz
Replies: 3 Views: 3555
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 23, 2005 4:54 am Subject: Correlation problem |
Thanks for the suggestions to all.
i'll try them immediatly.
Paolo |
Topic: Correlation problem |
ferloz
Replies: 3 Views: 3555
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 23, 2005 12:52 am Subject: Correlation problem |
Hi all,
i've a problem with CorrelId and a DB2 field .
I'm trying to store the MsgId in a DB2 table for a later use ( see the statement below )
insert into Database.OWMV0PUI.MVIACLIDATA (MVCD_MSG ... |