Results 1 to 4 of 4

Threaded View

  1. #1

    Usecase of MetadataAdapters

    from what i've seen, MetadataAdapters are used for receiving messages (sent by client's sendMessage) and managing the new session for a new subscription (acess, bandwidth,..)

    in my app, there can be a client A that will subscribe to "foo" and "bar", then another client B subscribing to "quux", the subscribe event is caught in the DataAdapter that will later send data to either "foo", "bar" or "quux"
    all "quux" updates are sent to only its subscribers, B for example

    So in this case with just pushing, DataAdapter does it all, I don't need to set up and launch a MetadataAdapter right? or I miss something

    i can pass more settings in the subscription name "foo|param1|param2" then unsubscribe and subscribe to "foo|param1|param3" if the client changes a parameter, ugly but it's ok no?

    thanks
    Last edited by darch; March 22nd, 2013 at 12:39 PM.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 06:36 AM.