Author |
Message |
Topic: mqsicreatebroker command calling from java |
prasad.edlabadkar
Replies: 16 Views: 18208
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 21, 2010 10:47 pm Subject: When Runtime.exec() won't |
This may help you
http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html |
Topic: mqsiarchive folder for FileOutput node |
prasad.edlabadkar
Replies: 3 Views: 4163
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 21, 2010 8:25 am Subject: Re: mqsiarchive folder for FileOutput node |
I am using WMB V61 on AIX. Can some one help me to under this statement in the info center regarding mqsiarchive folder for output.
"Files that are processed successfully by the FileOutput nod ... |
Topic: Accessing Global Environment in Java Compute node |
prasad.edlabadkar
Replies: 4 Views: 9173
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 30, 2010 11:23 pm Subject: Re: Accessing Global Environment in Java Compute node |
MbMessage env = contact admin.getGlobalEnvironment();
Hi,
You are getting the environment tree from the input Assembly and propagating the output assembly. Try changing it to
MbMess ... |
Topic: Increasing the instances of a Message Flow |
prasad.edlabadkar
Replies: 14 Views: 8479
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 22, 2010 12:51 am Subject: IS02 |
May I humbly suggest that IS02 is NOT the answer to Life, the Universe and all Broker Throughput problems.
It is not. I never said IS02 is the answer to the problem. But when yo ... |
Topic: Increasing the instances of a Message Flow |
prasad.edlabadkar
Replies: 14 Views: 8479
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 16, 2010 5:36 am Subject: Increasing the instances of a Message Flow |
wroteIncreasing the number of instances of the flow will indeed increase the throughput capability. However if you have a problem in the service replying to your request, pretty much all instances wi ... |
Topic: Monitoring Messages |
prasad.edlabadkar
Replies: 12 Views: 8495
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 16, 2010 5:17 am Subject: Re: Monitoring Messages |
I'm having a go at understanding the data in both FlowStats & Monitoring messages.
I've written a flow to process the start/end messages and calc the elapsed times.(runs in a different EG to th ... |
Topic: Not all the buffer was used when reading message |
prasad.edlabadkar
Replies: 3 Views: 4763
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 16, 2010 4:47 am Subject: Re: Not all the buffer was used when reading message |
We are developing an inbound flow. We are getting an exception in parser node:
Exception: "000|5288|E|000|00|{Not all the buffer was used when reading message}.{257}.{387}.#"/>
We t ... |
Topic: Calling Java from ESQL |
prasad.edlabadkar
Replies: 2 Views: 2481
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 16, 2010 4:43 am Subject: Calling Java from ESQL |
Hi
Try changing
CREATE PROCEDURE parseMessage(INOUT xmlnsc REFERENCE)
LANGUAGE JAVA
EXTERNAL NAME "PAMMsgUtil.parseMessage2";
To
CREATE PROCEDURE parseMessage(IN xmlnsc RE ... |
Topic: Mapping Node catches throw statement |
prasad.edlabadkar
Replies: 5 Views: 4301
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 18, 2010 9:05 pm Subject: Mapping Node catches throw statement |
Can you please let me know the PMR #?
Hi,
Thanks. I had raised a PMR |
Topic: Using Database in ESQL without Compute Node |
prasad.edlabadkar
Replies: 9 Views: 8264
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 27, 2009 2:11 am Subject: Using Database in ESQL without Compute Node |
this means that in your case each ESQL node that calls one of the library functions you provide that talks to a DB will need a DSN specified.
This is an important point, so I'm repeating it.
You ... |
Topic: Using Database in ESQL without Compute Node |
prasad.edlabadkar
Replies: 9 Views: 8264
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 26, 2009 2:04 am Subject: Using Database in ESQL without Compute Node |
But I don't want the compute node to know anything about the database.
Ok, so my follow up questions are these:
- Why are you designing this "backwards", as it were? Typically a Comput ... |
Topic: Using Database in ESQL without Compute Node |
prasad.edlabadkar
Replies: 9 Views: 8264
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 25, 2009 8:59 pm Subject: Using Database in ESQL without Compute Node |
What method are you using to run ESQL without / outside a Compute node and/or without a message flow?
It's been called from another ESQL library which is ultimately called from a message flow's com ... |
Topic: Using Database in ESQL without Compute Node |
prasad.edlabadkar
Replies: 9 Views: 8264
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 25, 2009 6:53 am Subject: Using Database in ESQL without Compute Node |
Hello,
I am trying to build an ESQL library which fetches data from database. Is there any way where I can call database from the code. Please note that there is no Message Flow. It's a plain ESQL ... |
Topic: Websphere Process Server MDB message pickup delay |
prasad.edlabadkar
Replies: 3 Views: 3517
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 07, 2008 5:31 am Subject: Websphere Process Server MDB message pickup delay |
External application puts the message into queue. Also I have a loopback in the application. Where the business process triggers itself by putting a message in MQ queue. |
Topic: Websphere Process Server MDB message pickup delay |
prasad.edlabadkar
Replies: 3 Views: 3517
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 07, 2008 1:44 am Subject: Websphere Process Server MDB message pickup delay |
Hello,
I have MQ Binding export in my Process Server process which listens on a MQ queue. When a message is put into this queue, MDB doesn't pick it up instantly. A delay of around 4-5 seconds is o ... |