0 Replies Latest reply on Nov 27, 2007 9:02 AM by seammm

    JGroups->MDB

    seammm

      Hi - This seems to be the most related forum for the problem at hand so here it goes..

      I have a device that broadcasts UDP datagrams.

      I am able to receive those datagrams using the JGroups org.jgroups.tests.McastReceiverTest example.

      What I want is to integrate McastReceiverTest /JGroups with JBoss so that I can receive the incoming datagrams as JMS messages and handle them with a Message Driven Bean (seam).

      So the question is if I do this with JBoss + some kind of xxx-service.xml file? (Example?)

      Any input is appreciated, thanks.