Author |
Message |
Topic: BPEL CEI events to receive in MQ |
msunny
Replies: 0 Views: 30850
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Tue Apr 07, 2015 12:25 am Subject: BPEL CEI events to receive in MQ |
Hi,
In WMB, configuration can be done to receive events in certain queue(s), As there are some business processes need to be developed at WPS, can you please help me in configuring the events emitt ... |
Topic: A Broker Timeout before entering the Message Flow SOAP Input |
msunny
Replies: 14 Views: 19817
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 25, 2014 11:13 pm Subject: A Broker Timeout before entering the Message Flow SOAP Input |
This was reported as product bug and is fixed in 8.0.0.4.
http://www-01.ibm.com/support/docview.wss?rs=171&uid=swg1IC93186
Thanks |
Topic: A Broker Timeout before entering the Message Flow SOAP Input |
msunny
Replies: 14 Views: 19817
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 20, 2014 3:27 am Subject: A Broker Timeout before entering the Message Flow SOAP Input |
I was facing the same issue, integration service was behaving strangely in a way that when I deploy it on execution group with broker wide soap listener, it was giving timeout error in first request a ... |
Topic: retrieving multiple messages from Queue |
msunny
Replies: 2 Views: 4877
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 21, 2014 10:36 pm Subject: retrieving multiple messages from Queue |
Try using rfhutil to save the whole queue messages in some file using Save Q button. That may help |
Topic: mqsicreatebar with NO compile and in-line resources option |
msunny
Replies: 2 Views: 8589
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 08, 2014 3:41 am Subject: mqsicreatebar with NO compile and in-line resources [Solved] |
Did you add the "-deployAsSource" flag?
Thanks, it worked. I wonder why reading before the post I couldn't understand what is this option, anyway thanks  |
Topic: mqsicreatebar with NO compile and in-line resources option |
msunny
Replies: 2 Views: 8589
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 07, 2014 12:22 am Subject: mqsicreatebar with NO compile and in-line resources option |
Hi,
while using mqsicreatebar command, I am unable to create the bar file because it is giving following error:
Failed to add file someApp to archive file.
Processing file someApp\file1.esql. ... |
Topic: Execution Group Hangs after X number of Request |
msunny
Replies: 7 Views: 7393
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 01, 2013 8:59 pm Subject: Execution Group Hangs after X number of Request |
Have you tried additional instances property, fine tune using message flow configuration properties:
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/topic/com.ibm.etools.mft.doc/ac09055_.ht ... |
Topic: 'Tried to access a non existent message' exception |
msunny
Replies: 13 Views: 11829
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 29, 2013 9:28 pm Subject: 'Tried to access a non existent message' exception |
msunny, you said ...so that I could use it in message flows
If you really meant that, that you wanted to access that shared row in various message flows, not just in multiple instances of the same f ... |
Topic: 'Tried to access a non existent message' exception |
msunny
Replies: 13 Views: 11829
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 27, 2013 4:38 am Subject: 'Tried to access a non existent message' exception |
Why do you not use Environment.Variables tree ?
statusesCache is shared variables to be used by all instances of messageflow, that's why I am trying to initialize it only first time. Also environme ... |
Topic: 'Tried to access a non existent message' exception |
msunny
Replies: 13 Views: 11829
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 26, 2013 9:38 pm Subject: Re: 'Tried to access a non existent message' exception |
Thank you all for the help, I am able to execute the initialization function. The only problem remain is local variables data is not copied in shared variable so that I could use it in message flows. ... |
Topic: 'Tried to access a non existent message' exception |
msunny
Replies: 13 Views: 11829
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 23, 2013 4:06 am Subject: 'Tried to access a non existent message' exception |
I guess you have two compute nodes, the first for initializing the SHARED variable and the second for accessing it.
I think you may get this exception if the compute modules are not in the same bro ... |
Topic: 'Tried to access a non existent message' exception |
msunny
Replies: 13 Views: 11829
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 23, 2013 3:57 am Subject: Re: 'Tried to access a non existent message' exception |
If I initialize the variable inside main, it works perfect, Please suggest.
Where else are you trying to initialize it? If this compute node is the first node, then this Main is the starting point ... |
Topic: 'Tried to access a non existent message' exception |
msunny
Replies: 13 Views: 11829
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 19, 2013 10:03 pm Subject: 'Tried to access a non existent message' exception |
Hi,
I am trying to initialized shared row variable for cache purposes at the very start of the messageflow. However as the flows reaches to compute node, exception occurs saying 'Tried to access a ... |
Topic: How to replicate MQ Connection Factory JNDI |
msunny
Replies: 0 Views: 3776
|
Forum: General Discussion Posted: Mon Aug 17, 2009 3:12 am Subject: How to replicate MQ Connection Factory JNDI |
Hi Everybody,
I am working on Webspher 6.2 and MQ v7.0. I have created many MQ Connection Factory JNDIs in WAS that i am using to connect to QM and related Queue on Dev system, now i have to deploy ... |
Topic: deleting message from queue as read |
msunny
Replies: 4 Views: 6685
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 16, 2008 11:16 pm Subject: Re: deleting message from queue as read |
ok i got the solution by calling MQMessage.clearMessage() and then commiting the quemanager ...  |