Author |
Message |
Topic: ESQL EVAL function question |
careboy
Replies: 7 Views: 5758
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 27, 2012 8:07 pm Subject: ESQL EVAL function question |
It may sounds making a simple solution too complex.
There are 2 parts of statement in the ESQL, i.e. the boolean expression (eg X == 1) and assignment statements (eg Y = X + 1).
We are trying ... |
Topic: ESQL EVAL function question |
careboy
Replies: 7 Views: 5758
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 22, 2012 3:28 am Subject: ESQL EVAL function question |
Hi,
Is there a way to execute the following ESQL EVAL function ?
String a = "IF X == '1' THEN SET Y = X+1;"
EVAL(a);
If so, can EVAL supports nested IF statement ?
-Lee |
Topic: broker v6.0 configuration manager ACL entry query |
careboy
Replies: 1 Views: 2122
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jul 06, 2008 11:55 pm Subject: broker v6.0 configuration manager ACL entry query |
Hi,
I have a query. If i need to add a windows user to be able to deploy in broker toolkit, then i will need to add the windows user for example, johndoe to be inside my configuration manager ACL ... |
Topic: Model ISO8583 message set |
careboy
Replies: 5 Views: 3331
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 15, 2008 9:08 pm Subject: Model ISO8583 message set |
Hi,
One question :
Can MB v6 model ISO8583 message set out-of-the box without any java plugin or user exit ?
-TC |
Topic: Java Input Node - any contention in getting messages? |
careboy
Replies: 6 Views: 4338
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 15, 2006 9:43 am Subject: Java Input Node - any contention in getting messages? |
>>Messages being given to the broker are load balanced by the >>clustering.
We will use MQcluster for both brokers, to ensure better broker availability.
>> Each queue manager ... |
Topic: Java Input Node - any contention in getting messages? |
careboy
Replies: 6 Views: 4338
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 15, 2006 6:19 am Subject: Java Input Node - any contention in getting messages? |
hi,
The intention is to have something like shared queue on MQ zOS. We know the java input node is definitely not as efficient as MQInputNode.
We need to do this for a HA setup, where 2 broker ... |
Topic: Java Input Node - any contention in getting messages? |
careboy
Replies: 6 Views: 4338
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 15, 2006 5:08 am Subject: Java Input Node - any contention in getting messages? |
I intend to have my broker (v5) process messages from a queue residing at a remote queue manager. To achieve this, i intend to use a Java Input Node to transfer the message to over to my broker.
Q ... |
Topic: Time triggered Message Flow |
careboy
Replies: 5 Views: 3395
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 28, 2006 9:51 pm Subject: Time triggered Message Flow |
I have a message flow that performs DB table maintenance (the tables are used by the message broker for lookup & txn logging). This message flow needs to be activated at a certain time of the day, ... |
Topic: Load Balancing with MQ Cluster |
careboy
Replies: 4 Views: 4791
|
Forum: Clustering Posted: Tue Feb 14, 2006 2:26 am Subject: Load Balancing with MQ Cluster |
Hi,
A newbie question.
I have 3 queue managers which are clustered in a SUN SOLARIS env (mq 5.3 csd10). QM1 and QM2 are residing on the same SUN SOLARIS server and QM3 is residing on a separate ... |
Topic: Duplicate Autodefined cluster with different cluster name |
careboy
Replies: 3 Views: 4733
|
Forum: Clustering Posted: Sun Jan 15, 2006 8:50 am Subject: Duplicate Autodefined cluster with different cluster name |
hi
We are running 2 clusters, 1 for SIT and another for UAT environment. Both these environment includes a mixture of Unix'es and zOS with MQ 5.3
On the zOS, due to some mistakes in creating qc ... |