5 Replies Latest reply on Nov 29, 2007 3:54 PM by timfox

    Jboss integration

    seammm

      Hi - Is it possible to deploy JGroups to JBoss so JGroups can receive datagrams over UDP transport and post them to a JMS queue? Thanks.

        • 1. Re: Jboss integration
          seammm

          I feel like I am barking at wrong tree here. Can someone from JBoss at least confirm that so I can stop considering JGroups altogether and look for another solution. Thanks.

          • 2. Re: Jboss integration
            timfox

            You could probably write a small MBean service which listens on JGroups and then just forwards to a JMS queue/topic.

            Would be fairly straightforward.

            • 3. Re: Jboss integration
              seammm

              Tim - Thanks for the reply. I will try putting the McastReceiverTest.java code into an mbean and see what happens. It might be a good opinion to provide samples for UDP to JMS, SIP to JMS, and even for serial to JMS bridging in later releases. These would get outside devices such as PBX switches and other hardware talking to JBoss server. Thanks.

              • 4. Re: Jboss integration
                timfox

                 

                "seammm" wrote:
                It might be a good opinion to provide samples for UDP to JMS, SIP to JMS, and even for serial to JMS bridging in later releases. These would get outside devices such as PBX switches and other hardware talking to JBoss server. Thanks.


                Yes, that's an interesting idea. I'll add a JIRA task.

                • 5. Re: Jboss integration
                  timfox