Author |
Message |
Topic: Is it possible to configure MQInput to process not at once? |
psyconic
Replies: 15 Views: 9336
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 31, 2016 6:36 pm Subject: Is it possible to configure MQInput to process not at once? |
You could use an MQ Input node in browse mode straight to a filter node that checks the time lapsed, when the appropriate time has lapsed the next node is an mq get that gets that message off the queu ... |
Topic: how to find the queue depth using esql |
psyconic
Replies: 8 Views: 31407
|
Forum: IBM MQ Performance Monitoring Posted: Tue Sep 20, 2016 12:03 am Subject: how to find the queue depth using esql |
Hi Guys,
In my case my flow is processing a backlog of messages due to a comms outage. Every 1/2 and hour I want to email an update with the percentage of messages left of the backlog being process ... |
Topic: POSTING a BLOB to a Web Service from IIB9 |
psyconic
Replies: 2 Views: 3237
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 11, 2015 3:58 pm Subject: POSTING a BLOB to a Web Service from IIB9 |
- The BLOB value should be in OutputRoot.BLOB.BLOB. In your screen shot I can only see OutputRoot.BLOB. Maybe you did not expand that part of the message tree before taking the screen shot?
- The mes ... |
Topic: POSTING a BLOB to a Web Service from IIB9 |
psyconic
Replies: 2 Views: 3237
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 09, 2015 11:03 pm Subject: POSTING a BLOB to a Web Service from IIB9 |
Hi guys I have a question that someone may be able to show me the error of my ways.
We have a webservice where we can store files.
The equivalent call using CURL is as follows : -
curl -X POST ... |
Topic: syncrequest http error returned message broker, HTTP/1.1 404 |
psyconic
Replies: 19 Views: 16724
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 15, 2015 5:48 pm Subject: syncrequest http error returned message broker, HTTP/1.1 404 |
I had to use something other than IIB9 broker to run my tests as I couldn't tell it to stop using port 7080 (Broker wide httpListener).
I was certain that there were some 'mqsi' commands th ... |
Topic: problem while working with HTTP nodes |
psyconic
Replies: 7 Views: 9207
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 15, 2015 5:12 pm Subject: problem while working with HTTP nodes |
Maybe open MQ Explorer and right click on the Queue and check that the maximum message length is set large enough for your message.
Also make sure your Queue Managers maximum message length is set ... |
Topic: syncrequest http error returned message broker, HTTP/1.1 404 |
psyconic
Replies: 19 Views: 16724
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 14, 2015 5:31 pm Subject: syncrequest http error returned message broker, HTTP/1.1 404 |
I am not sure if this helps : -
Make sure you are sending your tests to the correct port.
IIB9 was sending my tests to broker wide http listener , port 7080
when at execution group level I need ... |
Topic: problem while working with HTTP nodes |
psyconic
Replies: 7 Views: 9207
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 14, 2015 4:52 pm Subject: problem while working with HTTP nodes |
I had the same problem here was my thread : -
http://www.mqseries.net/phpBB2/viewtopic.php?t=70388
After analysing it I found it was generating a JVM Out of memory error
behind the scenes. This ... |
Topic: IIB9 Restful Service POST Size generating JVM Memory Error |
psyconic
Replies: 5 Views: 7297
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 25, 2015 8:54 pm Subject: IIB9 Restful Service POST Size generating JVM Memory Error |
@Stoney & mqjeff
Awesome.
Thanks guys, I got it all running at the EG level.
I had to increase the heap at broker level and EG level and also the broker level HttpConnector maxPostSize.
... |
Topic: IIB9 Restful Service POST Size generating JVM Memory Error |
psyconic
Replies: 5 Views: 7297
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 24, 2015 8:19 pm Subject: IIB9 Restful Service POST Size generating JVM Memory Error |
Hi Jeff I tried upping the heap size and it made no difference. I used the commands below: -
mqsichangeproperties DBKR -e default -o ComIbmJVMManager -n jvmMaxHeapSize -v 1024000000
mqsichangepr ... |
Topic: IIB9 Restful Service POST Size generating JVM Memory Error |
psyconic
Replies: 5 Views: 7297
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 18, 2015 6:11 pm Subject: IIB9 Restful Service POST Size generating JVM Memory Error |
Hi guys I am using IIB 9 and have a HTTP Input node accepting Restful calls containing JSON. Essentially what the service does is take a restful post containing JSON that in turn contains a base64 rep ... |