Author |
Message |
Topic: user-defined plugin node problem in MB v6.1 |
dinsb4u
Replies: 3 Views: 2677
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 28, 2008 5:24 am Subject: user-defined plugin node problem in MB v6.1 |
As far as the first link goes, I checked the permissions. I have -rwxrwx--- permissions for the .lil files for the owner, so that looks perfectly fine.
The second link speaks about jar files and ja ... |
Topic: user-defined plugin node problem in MB v6.1 |
dinsb4u
Replies: 3 Views: 2677
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 28, 2008 5:09 am Subject: user-defined plugin node problem in MB v6.1 |
Hi,
I have a user-defined plugin node named 'ProcessEvent' i.e. ProcessEvent.msgnode developed using v6.0 toolkit and I have used the same in my flow. At the backend, I have Solaris 5.9 and ... |
Topic: TDS parsing problem in MBv6.0 |
dinsb4u
Replies: 1 Views: 1425
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 07, 2008 7:23 am Subject: TDS parsing problem in MBv6.0 |
Hi,
I have a a message which occurs as an unorderedSet in the following manner :
field1;4;ABCD;field2;2;DF;
and I have defined a TDS parser to parse the same. I have noticed that whe ... |
Topic: Unresolvable MRM Field Reference |
dinsb4u
Replies: 5 Views: 4948
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 04, 2008 8:55 am Subject: Unresolvable MRM Field Reference |
I have referenced the message set project appropriately, and also 'cleaned' and re-built the project, but to no avail.  |
Topic: Unresolvable MRM Field Reference |
dinsb4u
Replies: 5 Views: 4948
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 04, 2008 8:24 am Subject: Unresolvable MRM Field Reference |
It does run successfully, with the warning. I just wanted to know if there is any coding way by which I could do away with those warning messages. I was thinking that my usage of Cardinality func ... |
Topic: Unresolvable MRM Field Reference |
dinsb4u
Replies: 5 Views: 4948
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 04, 2008 6:55 am Subject: Unresolvable MRM Field Reference |
Hi,
I am currently using the v6.0.2 version of the Message Broker Toolkit. I have defined an MRM parser and invoked the same through a Reset Content Descriptor Node in the flow. Immediatel ... |
Topic: Using the value stored in a variable as a node name |
dinsb4u
Replies: 2 Views: 1888
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 13, 2007 5:06 am Subject: Using the value stored in a variable as a node name |
Thanks elvis_gn... It worked...  |
Topic: Using the value stored in a variable as a node name |
dinsb4u
Replies: 2 Views: 1888
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 13, 2007 4:31 am Subject: Using the value stored in a variable as a node name |
Hi all,
I have a tricky requirement here.
DECLARE RESULT CHAR;
SET RESULT = 'PASS';
I need to access a node from the Environment Tree, the name of which is the value of the variable RESULT, ... |
Topic: Performance Evaluation Tool for Developed Message Flows |
dinsb4u
Replies: 1 Views: 1916
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 19, 2007 5:05 am Subject: Performance Evaluation Tool for Developed Message Flows |
Hi,
We have a message broker system which processes around 3 million messages per day. We also have an in-house developed tool for measuring the performance statistics of the flows. I just wan ... |
Topic: Usage of schema name prefix in the procedure/function call |
dinsb4u
Replies: 1 Views: 1740
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 12, 2007 10:41 pm Subject: Usage of schema name prefix in the procedure/function call |
I wanted to know whether its really necessary to include schema name prefix in every function/procedure call that we make in any esql code..
Like for example, if my BROKER SCHEMA is com.abc for all ... |