Results 1 to 3 of 3

Thread: Distributed End-Point Design ( Custom Protocol )

  1. #1
    Join Date
    Dec 2008
    Posts
    15

    Default Distributed End-Point Design ( Custom Protocol )

    Hi -
    I am looking at designing a distributed end-point mechanisms, where objects are written onto a stream ( ObjectOutputStream) onto the channel and the channel end-points would be present in different physical machines. Just curious as to where to start and integrate with existing spring frameworks ( jmx, to begin with ? ).

  2. #2
    Join Date
    Sep 2008
    Location
    Chiva - Valencia - Spain
    Posts
    33

    Default

    Hi,

    One easy impl. is using ActiveMQ as the common bus publishing the messages into topics and create JMS Inbound Adapters which send the AMQ messages to the channels.

    NEStor

  3. #3
    Join Date
    Dec 2008
    Posts
    15

    Default

    Thanks. Meanwhile for the completion of the thread- a very good example available here - Alternate Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •