Author |
Message |
Topic: mapping node and xml declarations |
rahoor
Replies: 1 Views: 3329
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 23, 2009 2:13 pm Subject: mapping node and xml declarations |
I am looking for the most preferred way to add, or pass, an xml decrlation through a mapping node.
1. Two message definition file are created using schema files (xsd) via create new message definit ... |
Topic: Sunsetting of Publish Subscribe Feature in WMB |
rahoor
Replies: 3 Views: 5104
|
Forum: General Discussion Posted: Wed Jul 08, 2009 7:03 am Subject: Sunsetting of Publish Subscribe Feature in WMB |
Thank you, that completely answered my question. |
Topic: Sunsetting of Publish Subscribe Feature in WMB |
rahoor
Replies: 3 Views: 5104
|
Forum: General Discussion Posted: Wed Jul 08, 2009 6:50 am Subject: Sunsetting of Publish Subscribe Feature in WMB |
The WMB based pub/sub functionality may become no longer available in a future version of WMB(?)
Has anyone performed a migrate from the WMB pub/sub to an MQ based pub/sub (runmqbrk, strmqbrk pro ... |
Topic: Is there an upper limit to the total namespaces defined? |
rahoor
Replies: 2 Views: 2378
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 07, 2009 5:27 pm Subject: multiple name space question resolution |
The problem was most likely that some of the elements in a complex type message where not selectable within ESQL
The complex type was defined in a different name space within the same message set.
... |
Topic: Is there an upper limit to the total namespaces defined? |
rahoor
Replies: 2 Views: 2378
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 06, 2009 10:40 am Subject: Is there an upper limit to the total namespaces defined? |
Is there an upper limit to the total namespaces defined in a single message set?
Reason I ask:
Some of the defined name spaces in a single message set do not show up via the ctrl space short cut k ... |
Topic: HTTP Request node multiple sockets in Time_wait |
rahoor
Replies: 1 Views: 2821
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 06, 2009 5:35 pm Subject: update |
The same setup going to an AIX WAS maintains a single socket in established mode. We are good to go, as the XP workstation was just a standin before a longterm setup was achieved. |
Topic: HTTP Request node multiple sockets in Time_wait |
rahoor
Replies: 1 Views: 2821
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 27, 2009 9:39 am Subject: HTTP Request node multiple sockets in Time_wait |
A WMB 6.1 HTTP request node is configured to connect to a WAS 6.1 on an XP workstation to port 9080.
To allow socket reuse:
HTTP protocol is set to 1.1
Request timeout 120
HTTP 1.1 keep alive i ... |
Topic: WebSphere Message Broker Developer - US |
rahoor
Replies: 0 Views: 3766
|
Forum: Job Postings Posted: Thu Mar 26, 2009 11:21 am Subject: WebSphere Message Broker Developer - US |
Position filled. |
Topic: BIP7017W User unknown |
rahoor
Replies: 0 Views: 1687
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 22, 2009 11:12 am Subject: BIP7017W User unknown |
A publish flow with a MQMD.UserIdentifier that is a valid broker Unix user belonging to the MQ User Groups sends a publication message.
Result is successful. The message goes to the subscribe queue ... |
Topic: null DATETIME MRM parse error |
rahoor
Replies: 2 Views: 2577
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 08, 2009 8:51 pm Subject: null DATETIME MRM parse error |
WBI/MB 6.1 on AIX
The MRM parser on an MQ input node successfully parses a DATETIME element of type fixed string length.
Padding character is set to SPACE
Representation of null values is NullLit ... |
Topic: Passing MQMD correlID from Publisher flow to subscriber Flow |
rahoor
Replies: 7 Views: 6597
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 05, 2009 5:28 pm Subject: Passing MQMD correlID from Publisher flow to subscriber Flow |
Good point, as it turns out the CAST in the following statement:
SET OutputRoot.MQMD.CorrelId = CAST(InputRoot.MQRFH2.usr.correlID AS BLOB CCSID 1208)
worked successfully because the MQRFH2.usr. ... |
Topic: Passing MQMD correlID from Publisher flow to subscriber Flow |
rahoor
Replies: 7 Views: 6597
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 05, 2009 11:40 am Subject: Passing MQMD correlID from Publisher flow to subscriber Flow |
For example
instead of :
SET OutputRoot.MQMD.CorrelId = X'4d454e53414a453320202020202020202020202020202020';
something similar to
SET OutputRoot.MQMD.CorrelId = XInputRoot.MQRFH2.usr.correlID;
... |
Topic: Passing MQMD correlID from Publisher flow to subscriber Flow |
rahoor
Replies: 7 Views: 6597
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jan 03, 2009 3:47 pm Subject: Passing MQMD correlID from Publisher flow to subscriber Flow |
That should work! Thank you for the recommendation. Since other threads will do a browse with correlId set to the value given by the publisher, I will just need to experiment with:
SET OutputRoot. ... |
Topic: Passing MQMD correlID from Publisher flow to subscriber Flow |
rahoor
Replies: 7 Views: 6597
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jan 03, 2009 8:33 am Subject: Re: Passing MQMD correlID from Publisher flow to subscriber |
The better question here would be why does the subscriber need the publisher's correlation ID? Can you please elaborate on your design?
Traditionally in pub/sub the correlation Id is used as one ... |
Topic: Passing MQMD correlID from Publisher flow to subscriber Flow |
rahoor
Replies: 7 Views: 6597
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 02, 2009 7:35 pm Subject: Passing MQMD correlID from Publisher flow to subscriber Flow |
Using WMB 6.1 on AIX
I have a publish flow
Publish Flow:
MQInputNode -> computNode -> publishNode
The compute node copies the MQMD messageId to the MQMD correlId.
I check the MQMD pri ... |