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

Improvement: Create new message handler for inbound/outbound messages to support RabbitMQ/others #88 #175

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

igwtech
Copy link
Member

@igwtech igwtech commented Nov 15, 2019

This plugin allows OpenAS2 to interconnect with a Message Queue Broker (i.e RabbitMQ) for message exchange and message tracking events.

Comment on lines +30 to +31
public abstract class MessageBuilderModule extends BaseReceiverModule {

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you re-implementing the MessageBuilderModule?
If there is something that you need in the existing one then lets talk about enhancing it rather than duplicating all the code.

@igwtech
Copy link
Member Author

igwtech commented Nov 16, 2019 via email

@uhurusurfa
Copy link
Contributor

Ok - lets make the retrieval of that info into a method in MessageBuilderModule then it can be overridden by modules that need something diffferenmt if necessary or simply pass additional parameters in the AS2Message context object to.
Break MessageBuilder down into smaller methods that can be overridden wherever necessary.

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

Successfully merging this pull request may close these issues.

3 participants