0 Replies Latest reply on Jan 3, 2017 4:10 AM by tbw

    WF 10.1.0. How to notify non web client

    tbw

      Hello.

      I have random time connected users via non web application.

      I need to notify users about messages. I can use jms.
      But i need to notify every single user (with confidantional data) or part of users or part of users with personal data for each.

      1. Can i generate point to point channel on the fly by activemq by createQueue()? Users quantity is unlimited for now.

      2. Can i notify users by other mechanisms (java ee events/mbean i can use only on container side?)?