Search the web
Sign In
New User? Sign Up
wlshell
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Setting a Topic Destination Key   Message List  
Reply | Forward Message #592 of 675 |
RE: [wlshell] Setting a Topic Destination Key

Luciano

Just use the addDestinationKey operation of the Topic, here is a sample
script:

#
# this script creates a JMSDestinationKey and
# adds the key to an existing JMSTopic
#

mkdir /JMSDestinationKey/mykey
key=$LAST

set $key/KeyType String
set $key/Property JMSCorrelationID
set $key/Direction Ascending

invoke /JMSTopic/mytopic/addDestinationKey $key

invoke $savedom $DOMAIN


Best regards,
Paco


-----Original Message-----
From: wlshell@yahoogroups.com [mailto:wlshell@yahoogroups.com] On Behalf Of
lfiandesio
Sent: Thursday, November 17, 2005 8:19 AM
To: wlshell@yahoogroups.com
Subject: [wlshell] Setting a Topic Destination Key

Hello,
I don't understand how to set a DestinationKey of a Topic.
I succesfully create a Destination Key and the topic but when I call
the method
set DestinationKeys ?...? in the Topic directory I don't know exactly
which parameter to pass. I tried differnt approaches with no luck.

Any idea,
Luciano









Yahoo! Groups Links













Sat Nov 19, 2005 2:49 am

sfomad
Offline Offline
Send Email Send Email

Forward
Message #592 of 675 |
Expand Messages Author Sort by Date

Hello, I don't understand how to set a DestinationKey of a Topic. I succesfully create a Destination Key and the topic but when I call the method set...
lfiandesio
Offline Send Email
Nov 18, 2005
6:52 am

Luciano Just use the addDestinationKey operation of the Topic, here is a sample script: # # this script creates a JMSDestinationKey and # adds the key to an...
paco
sfomad
Offline Send Email
Nov 19, 2005
2:53 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help