Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement to support for session management #135

Closed
mmussett opened this issue Jan 19, 2018 · 1 comment
Closed

Enhancement to support for session management #135

mmussett opened this issue Jan 19, 2018 · 1 comment
Assignees
Milestone

Comments

@mmussett
Copy link
Contributor

Flogo needs support for session management. For activities that communicate using session based protocols (thinking JMS here) Flogo activities should be able to 'Register' a Session Handler within the Engine. When the activity Eval method is invoked it should pass within the context the Session Handler interface in order that a valid session can be retrieved (likely from a Pool).

Also Activities require the ability to support lifecycle events such as Start or Stop that are called on initial App instantiation and destruction in order to handle cleanup activities.

@mellistibco mellistibco added this to the 0.5.4 milestone Mar 30, 2018
@mellistibco mellistibco modified the milestones: 0.5.4, 0.5.5 May 14, 2018
@mellistibco mellistibco modified the milestones: 0.5.5, 0.5.6 Jun 27, 2018
@mellistibco mellistibco modified the milestones: 0.5.6, 0.5.7 Oct 4, 2018
@mellistibco mellistibco modified the milestones: 0.5.7, 0.9.0 Oct 29, 2018
@mellistibco
Copy link
Collaborator

This has been implemented and is supported with connections.Refer to project-flogo/edge-contrib#14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants