Skip to content

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