Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Gateway for receiving messages

  1. #11
    Join Date
    Nov 2008
    Location
    London,UK
    Posts
    299

    Default

    I perfectly agree with you solution

    Isn't knowing the number of consumers a easy solution ?

    Since everyone interested registers himself as a OSGi service(implementing a know interface) ,we should be easily able to collect it using osgi:list

  2. #12
    Join Date
    Jan 2008
    Location
    Mohnton, PA USA (that's near Philadelphia)
    Posts
    2,148

    Default

    Definitely doable!!!, although I wouldn't say it is easier solution , you are getting into some of the advanced topics of OSGi and Spring-DM with <osgi:list/> (which is very nice).
    Good discussion, and yes with the next releases of SI we are planing to introduce more complex scenarios - such as the one you are describing.
    Cheers

  3. #13
    Join Date
    Nov 2008
    Location
    London,UK
    Posts
    299

    Default

    Really Good Discussion.

    Thanks Oleg.

  4. #14
    Join Date
    Nov 2012
    Posts
    2

    Default OSGI bundles and spring integration

    Quote Originally Posted by sudheerk84 View Post
    Really Good Discussion.

    Thanks Oleg.
    I have two bundle A and B , the bundle A have a service activator containing a methode called receive for receiving emails, and bundle B consume emails from bundle A so i would like how to expose a service activator as ea service in osgi

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
  •