ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 24 matches
Author Message
  Topic: Handling MQMD.Format for Pub/Sub with Publication Node
guyos

Replies: 8
Views: 6451

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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 ...
Goto page 1, 2  Next Page 1 of 2

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.