Author |
Message |
Topic: Handling MQMD.Format for Pub/Sub with Publication Node |
guyos
Replies: 8 Views: 6451
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 28, 2007 7:36 am Subject: Handling MQMD.Format for Pub/Sub with Publication Node |
Solution proposed by Jeff - thanks!  |
Topic: Handling MQMD.Format for Pub/Sub with Publication Node |
guyos
Replies: 8 Views: 6451
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 28, 2007 7:27 am Subject: Solution |
The solution is to create the MQRFH2 element as DOMAIN...
IF InputRoot.MQRFH2 IS NULL THEN
CREATE NEXTSIBLING OF OutputRoot.MQMD DOMAIN 'MQRFH2';
END IF;
|
Topic: Handling MQMD.Format for Pub/Sub with Publication Node |
guyos
Replies: 8 Views: 6451
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 27, 2007 7:12 am Subject: Handling MQMD.Format for Pub/Sub with Publication Node |
All my ESQL is in the first note.
I am running the flow in debug as well. I see that the Format is set properly in the Compute Node when step line by line.
Then when the code reaches the return and ... |
Topic: Handling MQMD.Format for Pub/Sub with Publication Node |
guyos
Replies: 8 Views: 6451
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 26, 2007 5:56 am Subject: Handling MQMD.Format for Pub/Sub with Publication Node |
I have not issued such a statement - should I? |
Topic: Handling MQMD.Format for Pub/Sub with Publication Node |
guyos
Replies: 8 Views: 6451
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 12, 2007 5:32 am Subject: Handling MQMD.Format for Pub/Sub with Publication Node |
I have problems with setting MQMD.Format in a compute node.
I set it to MQFMT_RF_HEADER_2 from MQFMT_STRING but the the value is blank following the compute node.
Here is the scenario...
MQInput ... |
Topic: Not getting Subscribed |
guyos
Replies: 10 Views: 11838
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 21, 2006 9:29 am Subject: Not getting Subscribed |
That worked.
Thanks Jeff  |
Topic: Not getting Subscribed |
guyos
Replies: 10 Views: 11838
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 21, 2006 8:07 am Subject: Not getting Subscribed |
Well the execution group is back.
I thought I solved the problem as I was seeing a single execution group both in config mgr and broker but when I restarted the broker I was still getting the BIPBIP1 ... |
Topic: Not getting Subscribed |
guyos
Replies: 10 Views: 11838
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 21, 2006 7:50 am Subject: Not getting Subscribed |
I am experiencing a similar problem.
I wanted to delete an execution group from a broker and it seems to have failed. From that point on ConfigMgr did not show the execution but the broker both in th ... |
Topic: Not getting Subscribed |
guyos
Replies: 10 Views: 11838
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 21, 2006 7:31 am Subject: Not getting Subscribed |
I am experiencing a similar problem.
I wanted to delete an execution group from a broker and it seems to have failed. From that point on ConfigMgr did not show the execution but the broker both in th ... |
Topic: Convert TIME to representation in milliseconds as long |
guyos
Replies: 3 Views: 2951
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 20, 2006 7:12 am Subject: Convert TIME to representation in milliseconds as long |
This isnt trivial - I got the following statement which does the conversion:
(1000. * (((DAYS(CURRENT TIMESTAMP) - DAYS('1970-01-01')) * 86400.) + MIDNIGHT_SECONDS(CURRENT TIMESTAMP))) + (MICROSECO ... |
Topic: Convert TIME to representation in milliseconds as long |
guyos
Replies: 3 Views: 2951
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 20, 2006 6:13 am Subject: Convert TIME to representation in milliseconds as long |
How do I convert TIME or DATETIME to time in milliseconds as a long type (to pass to some java application receiving the message) |
Topic: Discussion: WMQI/WBIMB Related Links ... |
guyos
Replies: 37 Views: 69173
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 21, 2006 11:21 pm Subject: Discussion: WMQI/WBIMB Related Links ... |
Suggestion for an additional SupportPac link to your list:
[url=http://www-1.ibm.com/support/docview.wss?rs=849&context=SSKM8N&dc=D400&q1=ia0s&uid=swg24006585&loc=en_US&cs=utf ... |
Topic: Segmentation Fault on all WMB commands |
guyos
Replies: 8 Views: 6428
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 21, 2006 11:04 pm Subject: Segmentation Fault on all WMB commands |
I solved the problem.
Found it here:
http://www-1.ibm.com/support/docview.wss?rs=849&context=SSKM8N&dc=DB520&dc=D600&dc=DB530&dc=D700&dc=DB500&dc=DB540&dc=DB510&d ... |
Topic: Segmentation Fault on all WMB commands |
guyos
Replies: 8 Views: 6428
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 21, 2006 1:09 pm Subject: Segmentation Fault on all WMB commands |
I realized that the kernel was updated between the time message broker was working for me and now (showing Segmentation fault). Could this cause the problem I am experiencing? How would I go about sol ... |
Topic: Segmentation Fault on all WMB commands |
guyos
Replies: 8 Views: 6428
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 21, 2006 6:53 am Subject: Segmentation Fault on all WMB commands |
[]$ mqsilist
Segmentation fault
[]$ mqsistart wmb_broker
/opt/ibm/mqsi/6.0/bin/mqsistart: line 42: 16482 Segmentation fault MQS_APPL_HANDLE_SIGNALS=1 MQS_NO_SYNC_SIGNAL ... |