Author |
Message |
Topic: Design opinion |
tip.1020
Replies: 17 Views: 18695
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Nov 10, 2012 10:08 am Subject: Design opinion |
Which format is an internal format? Are you saying that none of these queues are exposed outside your message broker? What is putting the messages to MQInput2? Is the format some kind of internal cano ... |
Topic: Design opinion |
tip.1020
Replies: 17 Views: 18695
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 08, 2012 11:04 pm Subject: Design opinion |
Thanks for your reply. The format wont be changing unless we take that decision as its a internal format.
Given that its an internal format. its fine to use this design,,,  |
Topic: Design opinion |
tip.1020
Replies: 17 Views: 18695
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 06, 2012 9:10 pm Subject: Design opinion |
Thanks for the suggestion, but I guess it adds a overhead in my flow to check for the message type and route.
Only a few lines of code will be enough...Although its upto you...
I just ... |
Topic: Design opinion |
tip.1020
Replies: 17 Views: 18695
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 06, 2012 2:52 am Subject: Design opinion |
They are different XML messages. Msg1 will be transformed to Msg2 when it reaches the middle of the flow.
Ok, just as you are aware of the both message structures , I think that I queue is sufficie ... |
Topic: Design opinion |
tip.1020
Replies: 17 Views: 18695
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 06, 2012 1:50 am Subject: Design opinion |
I am sorry I coul;d not give you the exact picture of the message flow. Actually it looks some thing like below,
MQInput --> Compute1 --> FlowOrder (Path2 of floworder)--> Filter1 --> C ... |
Topic: Problem with HTTPRequest node |
tip.1020
Replies: 9 Views: 7635
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 06, 2012 1:35 am Subject: Re: Problem with HTTPRequest node |
Hi,
I am designing a simple flow with following nodes:
mqinput -> compute -> httprequest -> compute -> mqoutput
I am getting the below exception when I executing the flow:
(0x0100000 ... |
Topic: Check message flow Deployment Date/Time using mqsi commands |
tip.1020
Replies: 3 Views: 5423
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 31, 2012 12:02 am Subject: Check message flow Deployment Date/Time using mqsi commands |
Hi,
We are migrating MB version 6.0.2 code to version 8.0.0.1 , and for this we need to find out the deployment date/time of all the message flows deployed till date on our linux servers.
Also toolk ... |
Topic: HttpRequestNode |
tip.1020
Replies: 38 Views: 27122
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 29, 2012 10:42 pm Subject: HttpRequestNode |
I think in the 5 years or so since the last post that they have solved this
If so can anyone share us the method/code regarding how they resolved this issue.Thanks in advance..
I thought y ... |
Topic: HttpRequestNode |
tip.1020
Replies: 38 Views: 27122
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 29, 2012 2:37 am Subject: HttpRequestNode |
I think in the 5 years or so since the last post that they have solved this
If so can anyone share us the method/code regarding how they resolved this issue.Thanks in advance..  |
Topic: HttpRequestNode |
tip.1020
Replies: 38 Views: 27122
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 26, 2012 3:10 am Subject: HttpRequestNode |
Try following piece of code(I am sending XML in first part and then rest data/attachments in remaining parts):-
SET OutputRoot.Properties.Domain = 'MIME';
SET OutputRoot.Properties.ContentType = ' ... |