Author |
Message |
Topic: Does Handlers will work when database is down? |
Mandeep
Replies: 4 Views: 2928
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 28, 2010 4:51 am Subject: Does Handlers will work when database is down? |
There is a property on compute node called 'Throw exception on database error'. You could un-check it and handle the exception in ESQL the way you would like. Continue processing or throw an ESQL User ... |
Topic: Handling Exception |
Mandeep
Replies: 3 Views: 3790
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 24, 2010 4:24 am Subject: Handling Exception |
Looks like there is way in ESQL.
Look for Exit and Continue handlers:
http://publib.boulder.ibm.com/infocenter/ieduasst/v1r1m0/topic/com.ibm.iea.wmb_v6/wmb/6.0/ApplicationDevelopment/ESQL_Capabi ... |
Topic: PROPAGATE in Filter node |
Mandeep
Replies: 6 Views: 4693
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 03, 2010 2:19 am Subject: PROPAGATE in Filter node |
With Filter node you cannot change the contents of the message, so the incoming message will come out as it is from the Filter node.
PROPAGATE is used when you have to send multiple messages out wi ... |
Topic: Monitoring Messages |
Mandeep
Replies: 12 Views: 8495
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 14, 2010 3:00 am Subject: Monitoring Messages |
There are in and out terminal level events apart from the Start, End and Rollback ones.
I tried to use events as an alternative for logging (log4j), but had to give up coz of order of events publi ... |
Topic: MQRFH2 header with blob message. |
Mandeep
Replies: 2 Views: 2979
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 14, 2010 1:53 am Subject: MQRFH2 header with blob message. |
See if this helps:
SET OutputRoot.Properties.MessageDomain = 'MRM';
SET OutputRoot.Properties.MessageSet = 'Your Message Set ID';
SET OutputRoot.Properties.MessageType = 'Your Message name';
... |
Topic: Weird problem, flows is still running even after its deletio |
Mandeep
Replies: 6 Views: 5721
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 27, 2010 12:31 am Subject: Weird problem, flows is still running even after its deletio |
Is that 'phantom' flow of yours HTTP or MQ based?
A good idea would be to check the 'open input count' on MQ Input Queue of the flow. If after removing the flow you still see the count > 0 then ... |
Topic: Clearing Shared Variables from memory |
Mandeep
Replies: 11 Views: 12759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 29, 2010 3:52 am Subject: Clearing Shared Variables from memory |
Hi, yes they confirmed there is no ready made solution available for this probelm at this point in time.
We were suggested to remove the 3rd level of subflow and move the subflow code one level up, ... |
Topic: Clearing Shared Variables from memory |
Mandeep
Replies: 11 Views: 12759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 29, 2010 1:32 am Subject: Clearing Shared Variables from memory |
A simple test would be:
Check memory first time when Shared Variable is initialized i.e. at the first hit, you would see it taking considerable memory. Similarily, if you are re assigning a value t ... |
Topic: Clearing Shared Variables from memory |
Mandeep
Replies: 11 Views: 12759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 26, 2010 11:46 pm Subject: Clearing Shared Variables from memory |
We have faced this problem with Shared Variables:
If you try to change the shared Variable value (once populated/initialized by the first instance of the flow) by every message being processed - wh ... |
Topic: Subscribe from within message flow |
Mandeep
Replies: 19 Views: 16630
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 24, 2010 5:48 am Subject: Subscribe from within message flow |
In our case, since we did not have permissions to connect RFHUTIL to higher environments, so we created an HTTP based flow to do this job.
HTTPInput --> Compute --> MQPUT to SYSTEM.BROKER.CO ... |
Topic: Problem generating report using MQHeader node. |
Mandeep
Replies: 2 Views: 2548
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 11, 2010 2:57 am Subject: Problem generating report using MQHeader node. |
You should get a reply/report in the ReplyToQ set in MQMD. |
Topic: WSRR with WMB |
Mandeep
Replies: 8 Views: 11786
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 01, 2010 12:38 am Subject: WSRR with WMB |
With WMB 6.1 onwards there are 2 nodes, one is endpoint lookup which retrieves the end points for a particular service (given you have a service defined already in WSRR, and you are passing the expect ... |
Topic: Flowstats and non MQ Input nodes |
Mandeep
Replies: 9 Views: 7230
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 28, 2010 11:25 pm Subject: Flowstats and non MQ Input nodes |
There are 2 types of A&S messages. One is Archive and other is snapshot. The mqsichangeflowstats command with -a option is for archive. i.e. broker would generate the A&S message when it stops ... |
Topic: Flowstats and non MQ Input nodes |
Mandeep
Replies: 9 Views: 7230
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 26, 2010 7:26 am Subject: Flowstats and non MQ Input nodes |
We are on Ver 6.1 and able to generate A&S for HTTP based Flows.
Example Topic:
$SYS/Broker/ESBBROKER/StatisticsAccounting/#/DEV_EG/CTWrapper |
Topic: WSRR with WMB |
Mandeep
Replies: 8 Views: 11786
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 26, 2010 2:25 am Subject: WSRR with WMB |
Will the WMB-WSRR Nodes, not set the environment, i.e. for MQ end points, automatically set the destination list, similarily for HTTP end points set the appropriate Local Environment folders?
With ... |