Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

sarveshkatariya
sarveshkatariya
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by sarveshkatariya
Customize the badges you want to showcase on your profile
Re: messaging questions, get subscribers - Adobe LiveCycle 25-01-2008
you can get all the client subscribed to a particulardestination using following code MessageBroker msgBroker =MessageBroker.getMessageBroker(null); MessageService service =(MessageService)msgBroker.getService("message-service"); AsyncMessage msg = new AsyncMessage(); msg.setDestination("destination"); String clientID = UUIDUtils.createUUID(false); msg.setClientId(clientID); msg.setMessageId(UUIDUtils.createUUID(false)); msg.setHeader("ID", new Long(leagueId).toString()); Set subscribers = servi...

Views

91

Likes

0

Replies

0