[
https://issues.apache.org/jira/browse/ARTEMIS-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14985163#comment-14985163
]
ASF GitHub Bot commented on ARTEMIS-291:
----------------------------------------
GitHub user mtaylor opened a pull request:
https://github.com/apache/activemq-artemis/pull/226
ARTEMIS-291 Allow multiple acceptors with same host/port
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mtaylor/activemq-artemis ARTEMIS-291
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/226.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #226
----
commit 62262805abb5efaba8f57bda2988954322d897e6
Author: Martyn Taylor <[email protected]>
Date: 2015-11-02T12:10:33Z
ARTEMIS-291 Allow multiple acceptors with same host/port
----
> Allow multiple acceptor configurations with same host/port parameters
> ---------------------------------------------------------------------
>
> Key: ARTEMIS-291
> URL: https://issues.apache.org/jira/browse/ARTEMIS-291
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 1.1.0
> Reporter: Martyn Taylor
>
> Artemis currently removes any Acceptors that are defined with the same host
> and port as another. This is designed to help catch errors in a users
> configuration file.
> However, there are circumstances where users may want to do this.
> Particularly when defining their own Acceptor Factory implementations. We
> should allow this behaviour in Artemis. In the cases where users have
> accidentally defined two such acceptors, we should instead, log an
> appropriate error message.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)