WIP: PoC of new Spring-JMS binding by SvenBunge · Pull Request #145 · tracee/tracee · GitHub
Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

WIP: PoC of new Spring-JMS binding#145

Closed
SvenBunge wants to merge 1 commit into
tracee:masterfrom
SvenBunge:springJmsPoC
Closed

WIP: PoC of new Spring-JMS binding#145
SvenBunge wants to merge 1 commit into
tracee:masterfrom
SvenBunge:springJmsPoC

Conversation

@SvenBunge

Copy link
Copy Markdown
Member

A PoC of spring JMS implementation. It ships an own version of a MessageConverter with some wrapping/delegation ability if the user want use an own implementation.

On the receiving site it's not possible to get the end of the invocation without wrapping all of the API (like in #143 ) but when I get the manual of Spring JMS right, the consumers are cached in an own threadpool. So it's possible to clean the threads right before the next job I think.

(Maybe we can create some interoperability tests between JMS and SpringJMS. But there is no implementation of a message and bad practice to mock the whole message if we want to test some interoperability.)

@Hippoom

Hippoom commented Feb 17, 2016

Copy link
Copy Markdown
Contributor

@danielwegener danielwegener changed the title PoC of new Spring-JMS binding WIP: PoC of new Spring-JMS binding Feb 18, 2016
@SvenBunge

Copy link
Copy Markdown
Member Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants