Author |
Message |
Topic: Coding Try Catch ... |
NikoP
Replies: 3 Views: 2784
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 18, 2004 6:55 am Subject: Coding Try Catch ... |
Hi !
I'm using WMQI 2.1 + CSD4
My question :
I want to code a java-like try-catch without using the trycatch block provided by WMQI.
I want to specify directly in my ESQL code the error code r ... |
Topic: Repeating fields + Propagate |
NikoP
Replies: 7 Views: 4541
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 15, 2004 9:19 am Subject: Repeating fields + Propagate |
Great thanks ! |
Topic: Repeating fields + Propagate |
NikoP
Replies: 7 Views: 4541
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 12, 2004 1:47 am Subject: Repeating fields + Propagate |
Hi,
IamSam : I totally agree on the TDS + Propagate for this issue.
But the point is that I can't manage, even with "Working With Message" doc to set up my TDS MRM to do this.
Where can i set u ... |
Topic: Repeating fields + Propagate |
NikoP
Replies: 7 Views: 4541
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 11, 2004 9:42 am Subject: Repeating fields + Propagate |
Hi !
I'm working on WMQI 2.1 + CSD4. Here's my question :
My input file coming from my queue is like this :
Value1OfLine1
Value2OfLine2
Value3OfLine3
Value4OfLine4
Value5OfLine5
each l ... |
Topic: Generate a Random value |
NikoP
Replies: 3 Views: 3570
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 12, 2004 7:52 am Subject: Generate a Random value |
mmm... I'm using WMQI 2.1 + CSD 4...
Is there another way ? |
Topic: Generate a Random value |
NikoP
Replies: 3 Views: 3570
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 12, 2004 7:02 am Subject: Generate a Random value |
Hi !
Does anyone know a way to generate a random value using ESQL ?
I didn't find a RANDOM() or RAND() function in the ESQL manual.
Thanks ! |
Topic: Test if a value is numeric |
NikoP
Replies: 2 Views: 2220
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 02, 2004 5:25 am Subject: Test if a value is numeric |
Hi !
Does anyone know a smart way to test if a value (i.e field content) is numerical or not in ESQL (for WMQI 2.1 + CSD 4).
This value could as well be an integer as a decimal. The goal is to p ... |
Topic: how to delete/destroy message ? |
NikoP
Replies: 4 Views: 2714
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 22, 2004 5:09 am Subject: how to delete/destroy message ? |
so that's perfect !
I needed the confirmation of that
Thanks |
Topic: how to delete/destroy message ? |
NikoP
Replies: 4 Views: 2714
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 22, 2004 4:55 am Subject: how to delete/destroy message ? |
Hi !
Another stupid question from me...
What is the correct way to destroy an incoming message (i.e. not process it) ?
My incoming messages are from 4 types. 3 should be processed and the las ... |
Topic: Knowinh which output has been select |
NikoP
Replies: 4 Views: 2667
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 19, 2004 12:31 am Subject: Knowinh which output has been select |
Hi !
I'm actually using WMQI 2.1 + CSD 4.
didn't find any info in docs...
Any clue ? |
Topic: Knowinh which output has been select |
NikoP
Replies: 4 Views: 2667
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 15, 2004 8:18 am Subject: Knowinh which output has been select |
Hi !
Is it possible to know which MQOutput (ie. which output queue) has been used ?
I explain what I'm looking for :
- I've got a flow with an InputNode, some computeNodes and an OutputNode.
A ... |
Topic: Importing DTD to MRM // RESOLVED |
NikoP
Replies: 5 Views: 4100
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 13, 2004 11:46 pm Subject: Answered ! |
Hi !
Thanks to IBM support, I've finally got the solution to this kind of problem.
The point is that it's impossible to display this processing instruction using WMQI 2.1 + CSD 4 (don't know wha ... |
Topic: Importing DTD to MRM // RESOLVED |
NikoP
Replies: 5 Views: 4100
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 13, 2004 6:49 am Subject: Importing DTD to MRM // RESOLVED |
Hi !
Thanks for your answers but it doesn't seem to work for what I want.
Setting Standalone Document to YES is only adding the standalone proccesing instruction in the tag:
<?xml version= ... |
Topic: Importing DTD to MRM // RESOLVED |
NikoP
Replies: 5 Views: 4100
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 12, 2004 8:48 am Subject: Importing DTD to MRM // RESOLVED |
Hi !
I'm importing a DTD to my MRM using the "Import to Message Set ->
DTD" function.
It works well but I've got a problem in the end
My DTD begins like :
<?xml version="1.0" encod ... |
Topic: From TPI to WMQI via MQ |
NikoP
Replies: 1 Views: 1707
|
Forum: General Discussion Posted: Mon Dec 15, 2003 9:41 am Subject: From TPI to WMQI via MQ |
Hi !
I don't know if it's the rigth place to ask for it, but here I go
I use several flows to perform some actions, with cool specific queues for input. Right now, we put messages in queues ... |