Author |
Message |
Topic: how to Check cluster member exist in the specific node |
rampriya
Replies: 2 Views: 10104
|
Forum: WebSphere Application Server Posted: Tue Apr 21, 2015 7:32 am Subject: how to Check cluster member exist in the specific node |
I have this code, but I would like to know how to get the list of cluster members for each specific node.
I created few cluster members manually in the admin console. But now I would like to add so ... |
Topic: how to Check cluster member exist in the specific node |
rampriya
Replies: 2 Views: 10104
|
Forum: WebSphere Application Server Posted: Mon Apr 20, 2015 12:36 pm Subject: how to Check cluster member exist in the specific node |
Hi Experts,
I am looking for jython script or code to check cluster member exist in the specific node. Also how to find the last created cluster member for the specific node using jython script.
... |
Topic: determine last record in the Queue based on input message |
rampriya
Replies: 17 Views: 13775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 09, 2013 2:59 pm Subject: determine last record in the Queue based on input message |
Read the messages one by one and store it in a shared variable untill you read the 'Last Record Indicator' message.
Once you received the 'Last Record Indicator' message, propagate the shared var ... |
Topic: determine last record in the Queue based on input message |
rampriya
Replies: 17 Views: 13775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 04, 2013 8:42 am Subject: determine last record in the Queue based on input message |
So the basic function of Collector does support this. You have two collector input terminals, one that accepts any number of messages, and one that accepts one message.
The collection is only comp ... |
Topic: determine last record in the Queue based on input message |
rampriya
Replies: 17 Views: 13775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 04, 2013 8:19 am Subject: determine last record in the Queue based on input message |
You could use the collector for this.
When the first message in a new collection appears, send a message to a terminal to close the previous collection, and then send the input message to start a n ... |
Topic: determine last record in the Queue based on input message |
rampriya
Replies: 17 Views: 13775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 04, 2013 7:19 am Subject: Re: determine last record in the Queue based on input messag |
Please kindly help me to resolve this problem ASAP.
Why isn't the putting application grouping the messages via the WMQ grouping facility which WMB can recognize and honour?
Do You have any ot ... |
Topic: determine last record in the Queue based on input message |
rampriya
Replies: 17 Views: 13775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 04, 2013 6:50 am Subject: Re: determine last record in the Queue based on input messag |
Please kindly help me to resolve this problem ASAP.
Why isn't the putting application grouping the messages via the WMQ grouping facility which WMB can recognize and honour?
Do You have any ot ... |
Topic: determine last record in the Queue based on input message |
rampriya
Replies: 17 Views: 13775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 03, 2013 2:57 pm Subject: determine last record in the Queue based on input message |
Hi,
I have a problem determining the last record based on the input message from the Queue.
I have 90000 records in a queue and I am reading messages from queue one by one. I have to group the m ... |
Topic: WMB File Handling with MQ Batch |
rampriya
Replies: 5 Views: 5459
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 13, 2013 10:13 am Subject: WMB File Handling with MQ Batch |
Hi,
I am currently trying to write batch of records into file using file output.
My Scenario would be
There are 1000 msgs (request) in the queue each request would invoke backend service (SOAP Requ ... |