Author |
Message |
Topic: Expiry on Reply Messages |
djfox
Replies: 3 Views: 2703
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 02, 2008 9:50 am Subject: Expiry on Reply Messages |
Interesting. I wonder why it would work with an MQInput node and not
an HTTPInput node. My code basically sets all of the MQMD properties,
plus I set the SET ALL properties on the MQOutput node. ... |
Topic: Expiry on Reply Messages |
djfox
Replies: 3 Views: 2703
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 29, 2008 6:38 am Subject: Expiry on Reply Messages |
Hopefully, someone can come up with an answer to my problem. I have a flow: HTTPInput->Compute1->MQOutput->MQGet->Compute2->HTTPReply. The flow is being used to expose a Web Service ... |
Topic: SYSTEM.JMS.REPORT.QUEUE Filling up |
djfox
Replies: 12 Views: 6281
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 29, 2008 6:33 am Subject: SYSTEM.JMS.REPORT.QUEUE Filling up |
Thanks for the links they are very informative. However, The links point MQ documentation. Do these instructions apply to Message Broker as well? |
Topic: SYSTEM.JMS.REPORT.QUEUE Filling up |
djfox
Replies: 12 Views: 6281
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 28, 2008 10:29 am Subject: SYSTEM.JMS.REPORT.QUEUE Filling up |
I always thought that if you don't specify a ReplyTo queue the default queue (SYSTEM.JMS.REPORT.QUEUE) was used. Is this not true? |
Topic: Using localenvironment to save and reuse a message |
djfox
Replies: 10 Views: 7848
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 28, 2008 8:54 am Subject: Using localenvironment to save and reuse a message |
I tried it and it works too.. Thanks for the insight.. |
Topic: SYSTEM.JMS.REPORT.QUEUE Filling up |
djfox
Replies: 12 Views: 6281
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 28, 2008 8:35 am Subject: SYSTEM.JMS.REPORT.QUEUE Filling up |
I understand the write myown cleanup demon, but I don't understand the comment: "just stop sending the publishes and subscribes as a request...". How do you do that? |
Topic: SYSTEM.JMS.REPORT.QUEUE Filling up |
djfox
Replies: 12 Views: 6281
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 28, 2008 8:03 am Subject: SYSTEM.JMS.REPORT.QUEUE Filling up |
I'm using Message Broker V6.1 to implement a pub/sub system. I have 4 queue managers in a cluster, but I'm only using one of the queue managers for Broker. Everything is running on RHEL. My problem ... |
Topic: Using localenvironment to save and reuse a message |
djfox
Replies: 10 Views: 7848
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 28, 2008 7:54 am Subject: Using localenvironment to save and reuse a message |
I finally got it to work (with some help from Hursley). Here's the syntax:
To save the message use:
CREATE FIRSTCHILD OF OutputLocalEnvironment.Variables.InputMessage DOMAIN('XMLNSC') NAME 'XML ... |
Topic: Using localenvironment to save and reuse a message |
djfox
Replies: 10 Views: 7848
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Apr 27, 2008 7:49 am Subject: Using localenvironment to save and reuse a message |
I made some adjustments to the esql and now the trace shows the message and the properties section correctly. However now the
httprequest node is throwing the following failure:
<?xml version= ... |
Topic: Using localenvironment to save and reuse a message |
djfox
Replies: 10 Views: 7848
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Apr 27, 2008 6:49 am Subject: Using localenvironment to save and reuse a message |
I changed the esql as suggested and ran the flow. However, now all i see in the trace file before the HTTPReqest is only the XMLNSC. Nothing else wsa there. I changed the flow to add during the sav ... |
Topic: Using localenvironment to save and reuse a message |
djfox
Replies: 10 Views: 7848
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Apr 27, 2008 5:27 am Subject: Using localenvironment to save and reuse a message |
As suggested, I added trace nodes, set the compute node to pass "all", and attempted to create a new field with a domain of XMLNSC.
CREATE FIELD OutputLocalEnvironment.Variables.InputMe ... |
Topic: Using localenvironment to save and reuse a message |
djfox
Replies: 10 Views: 7848
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Apr 26, 2008 12:27 pm Subject: Using localenvironment to save and reuse a message |
I have the following flow:
HTTPInput->Compute1->HTTPRequest->Compute2->HTTPRequest->HTTPReply
The goal is to take the incoming message, save it, and then reuse it for the second H ... |