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

allow downloading of message by it's id #30

Closed
jludvice opened this issue Apr 26, 2017 · 2 comments
Closed

allow downloading of message by it's id #30

jludvice opened this issue Apr 26, 2017 · 2 comments
Milestone

Comments

@jludvice
Copy link
Member

It might be used for instance like this:

// camel route example
from("some event")
   .header("id", "45678")
   .to("isds:download?username=asdf&password=asdf")
@jludvice jludvice added this to the 1.0.0 milestone May 29, 2017
@jludvice
Copy link
Member Author

jludvice commented Sep 1, 2017

There is catch with downloading received message by it's ID.

When somebody receives message, it's in state received.
Once he logs into databoxes via browser, or calls list of rceceived messages method via API,
the message changes state into user logged in.

It's not possible to download message until it's in this "user logged in" (or nother delivered )state.

docs

@jludvice
Copy link
Member Author

jludvice commented Sep 1, 2017

Need new version of java-isds with fix for czgov/java-isds#17

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

No branches or pull requests

1 participant