Expand my Community achievements bar.

Producer/Consumer java client

Avatar

Level 2

Hi all. Have anybody expiriens with lcds consumer tool only on java side. I mean client that perform all consumer/producer operations by means of java. I need it for testing and it very important task for me. Maybe exists any workaround or fully implemented java tool for this. Thanks

1 Reply

Avatar

Employee

I've already seen a demo with a Java client that communicates with a Flex client threw a LCDS.

But the Java client was using directly JMS.

I don't understand why you need to connect Java Client to LCDS. It's easier to use a classic Java Messaging architecture as JMS.

If you need to synchronize Java clients with Flex clients, then just plug your Flex clients to JMS topic using LCDS.