0 Replies Latest reply on May 19, 2015 7:19 AM by shayan

    State Management in JBOSS Fuse

    shayan

      I am working on Jboss Fuse for hosting rest web services. I am trying to explore how to do state management in fuse just like we have a http session. Currently we are using basic authentication for every request and is authenticated against LDAP, which is fast, but we also need to load permissions from database against each request which is an overhead for subsequent requests. Do we have any such feature in jboss fuse to handle this, and if not then what would be the best solution. So far I haven't found anything on this.