Author |
Message |
Topic: Issue when getting messages matching the group Id. |
Prasi
Replies: 8 Views: 5884
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 11, 2017 6:59 am Subject: Issue when getting messages matching the group Id. |
@bruce2359, I am already matching it using MQC.MQMO_MATCH_GROUP_ID. |
Topic: Issue when getting messages matching the group Id. |
Prasi
Replies: 8 Views: 5884
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 11, 2017 6:05 am Subject: Issue when getting messages matching the group Id. |
Hi,
I am trying to send an MQ message which should search another queue (say IN). The incoming MQ message' Group Id should be used in searching the IN queue's group id. If found, it should be delet ... |
Topic: Using ATOMIC Statements in PROPAGATE |
Prasi
Replies: 3 Views: 2673
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 17, 2013 7:13 am Subject: Using ATOMIC Statements in PROPAGATE |
Hi Anthony,
Thanks for the reply. I would like to update a shared variable. The thing is the shared variable values will be updated based on some if-else condition and propagated to different 'OUT' ... |
Topic: Using ATOMIC Statements in PROPAGATE |
Prasi
Replies: 3 Views: 2673
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 16, 2013 1:06 pm Subject: Using ATOMIC Statements in PROPAGATE |
Hi,
Is there anyway we can use ATOMIC blocks which has PROPAGATE statements? I know we cant but if there is some workaround, that can be very much helpful. |
Topic: Exclusive access to Queue |
Prasi
Replies: 12 Views: 8450
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 12, 2013 11:47 am Subject: Exclusive access to Queue |
I am using a global cache and the requirement is to use JCN. Is there any other way or is there any bug in my logic? |
Topic: Exclusive access to Queue |
Prasi
Replies: 12 Views: 8450
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 12, 2013 11:37 am Subject: Exclusive access to Queue |
Type on my previous post. I am not using debugger while putting messages to the queue. What is holding it and what can I do to avoid this problem? |
Topic: Exclusive access to Queue |
Prasi
Replies: 12 Views: 8450
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 12, 2013 11:35 am Subject: Exclusive access to Queue |
Sorry for the late reply. I am doing the below coding in my Java Compute node.
MQQueueManager qMgr = new MQQueueManager(qManager);
int openOptions=CMQC.MQOO_INPUT_EXCLUSIVE ;
MQMessage msg= new MQM ... |
Topic: FileInput Node-Records not reading correctly each time |
Prasi
Replies: 15 Views: 8020
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 09, 2013 2:59 pm Subject: FileInput Node-Records not reading correctly each time |
Yes, they end up in correct output queues but sometimes it doesnt have all records. I am setting up a user trace to check on that. |
Topic: Reading messages from a queue |
Prasi
Replies: 4 Views: 2835
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 09, 2013 2:10 pm Subject: Reading messages from a queue |
I am getting the "LOCKED" message and writing "AVAILABLE" to it. So whenever the input comes, it should check the condition and write the "AVAILABLE" message. But why it ... |
Topic: Reading messages from a queue |
Prasi
Replies: 4 Views: 2835
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 09, 2013 2:00 pm Subject: Reading messages from a queue |
Also when it does so, it leaves a open input count as 1 and queue depth of 0. |
Topic: Reading messages from a queue |
Prasi
Replies: 4 Views: 2835
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 09, 2013 1:28 pm Subject: Reading messages from a queue |
Hi,
I am writing the below code in Java compute node: I am iterating to a collection of queues which have the status as either AVAILABLE/LOCKED.
When I see a queue to have a queue which has a mess ... |
Topic: FileInput Node-Records not reading correctly each time |
Prasi
Replies: 15 Views: 8020
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 06, 2013 9:38 am Subject: FileInput Node-Records not reading correctly each time |
I dont have any files in the mqsitransit directory. I do have connected the failure terminals. But I am not getting errors in the event viewer too.. |
Topic: FileInput Node-Records not reading correctly each time |
Prasi
Replies: 15 Views: 8020
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 06, 2013 7:39 am Subject: FileInput Node-Records not reading correctly each time |
I am sorry for not being clear. I just meant to say that except for the output routing rest all logic remains the same. All four applications/message flows are deployed to the same EG and listening to ... |
Topic: FileInput Node-Records not reading correctly each time |
Prasi
Replies: 15 Views: 8020
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 06, 2013 7:28 am Subject: FileInput Node-Records not reading correctly each time |
4 applications means 4 version of the same message flow where the FileInput is pointing to the same input directory. Based on logic, the file will be routed to different output queues whichever is av ... |
Topic: FileInput Node-Records not reading correctly each time |
Prasi
Replies: 15 Views: 8020
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 06, 2013 5:43 am Subject: FileInput Node-Records not reading correctly each time |
Yes, with one application and with four files at a time works fine. The problem is with 3 or 4 applications. |