Thanks Did I understand you right? Even in a cluster environment it is sufficient to place a POJO class with no Bean characterristic. I thought the Listener should be cluster enabled (like stateless beans with clustered=yes tag in the descriptor file...)
And for the client: We need a very fast communication through our whole three tier application. The client app will demand a status of a hardware device and makes a rmi request to a MBean. This MBean checks the status of the chosen field device. Afterwards the MBean, which holds an instance of the field device, puts the new status into the tree cache. Then the TreeCacheListener will get this information and (by now) sends a message driven bean to a message queue, where the client app will receive the wished information. This "transaction" should be performed in about 150ms. Therefor I thought about enabling TreeCacheListening on the client app itself. This will spare some code, or not? And this is the question: Is this possible? Thanks a lot... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840713#3840713 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840713 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
