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

tt9488
tt9488
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
5

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by tt9488
Customize the badges you want to showcase on your profile
Re: Flex Message Service with JMS Dynamic Destination - Adobe LiveCycle 21-08-2007
What IDE is used for develop LCDS applications? I triedeclipse-3.2.2 with Flex 2.0.1, FDS 2.0.1, and LCDS 2.5.1 pluginsand it did not work. And eclipse-3.2.2 with Flex 3 plugin does notseem to have option for me to create new Flex Data Serviceapplication. Can someone give my some pointers on this issue?Thanks,Tam

Views

269

Likes

0

Replies

0
Re: Flex Message Service with JMS Dynamic Destination - Adobe LiveCycle 21-08-2007
I have been searching the internet for how I can set JMSdestinations at runtime using LCDS 2.5.1 and still could not findit. I saw the following code in ChatRoomService that allows settingruntime destination:public void createRoom(String id) {if (roomExists(id)){ throw new RuntimeException("Room already exists");} // Create a new Message desination dynamicallyString serviceId = "message-service";MessageBroker broker = MessageBroker.getMessageBroker(null);MessageService service = (MessageService)...

Views

268

Likes

0

Replies

0
Re: Flex Message Service with JMS Dynamic Destination - Adobe LiveCycle 17-08-2007
In reply to RobertWe do have FDS with our Flex 2.0.1. Sorry for the confusion.Thanks,Tam

Views

270

Likes

0

Replies

0
Re: Flex Message Service with JMS Dynamic Destination - Adobe LiveCycle 16-08-2007
We only have FFlex 2.0.1. Can we do this RuntimeConfiguration with Flex 2.0.1 or we have to purchase LCDS? Thanks,Tam

Views

270

Likes

0

Replies

0
Flex Message Service with JMS Dynamic Destination - Adobe LiveCycle 13-08-2007
Any of you folks knows if Flex Message Service supports JMSDynamic Destinations? From what I have read about Flex Data Serviceso far indicates that all JMS destinations must be pre-defined inmessaging-config.xml file. Our application requires that thedestinations be created at runtime and therefore we can notpre-define them in the messaging-config.xml file. I would greatlyappriciate any pointer to solve this problem. Sample code would behelpful. Thanks in advance.Tam

Views

1.4K

Likes

0

Replies

11