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 » WebSphere Message Broker (ACE) Support » WMB/MQ subscriptions with content filter

Post new topic  Reply to topic Goto page Previous  1, 2
 WMB/MQ subscriptions with content filter « View previous topic :: View next topic » 
Author Message
fjb_saper
PostPosted: Sat Apr 05, 2008 5:54 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20767
Location: LI,NY

look at support pack IH03
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
marcin.kasinski
PostPosted: Sat Apr 05, 2008 11:40 pm    Post subject: Reply with quote

Sentinel

Joined: 21 Dec 2004
Posts: 850
Location: Poland / Warsaw

fjb_saper wrote:
look at support pack IH03


Thanks, I know this tool.

I know I can do lots of things using rfhutil.

I can also set subscription point in my broker flow:

Code:
SET OutputRoot.MQMD.MsgType = 1;
SET OutputRoot.MQMD.ReplyToQ = 'MK_SUBAPP.IN';
SET OutputRoot.MQMD.ReplyToQMgr = 'QM1';
SET OutputRoot.MQMD.Format=MQFMT_RF_HEADER_2;

   CREATE NEXTSIBLING OF OutputRoot.MQMD DOMAIN('MQRFH2') NAME 'MQRFH2';
   

Set OutputRoot.MQRFH2.psc.Command='RegSub';
Set OutputRoot.MQRFH2.psc.Topic='abc/123/456';
Set OutputRoot.MQRFH2.psc.QName='SYSTEM.JMS.D.QIN';
Set OutputRoot.MQRFH2.psc.QMgrName='QM1';
Set OutputRoot.MQRFH2.psc.SubPoint='abc';


I know subscription message structure.
My problem is to set subscription point in my JAVA code.
To send subscription i use code below.

Code:
TopicSubscriber tSub = tSess.createDurableSubscriber(t, "A");


My question is :

Can I set subscription point using JMS API, or I have to create this subscription message manually because JMS API can't do it?

I hope now it is clear.
_________________
Marcin
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2 Page 2 of 2

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » WMB/MQ subscriptions with content filter
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.