You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by treblereel <gi...@git.apache.org> on 2016/09/07 14:27:15 UTC

[GitHub] activemq-artemis pull request #756: [ARTEMIS-715] In rare circumstances Mess...

GitHub user treblereel opened a pull request:

    https://github.com/apache/activemq-artemis/pull/756

    [ARTEMIS-715] In rare circumstances MessageProducer can send a messag\u2026

    \u2026e to wrong queue.
    JIRA: https://issues.apache.org/jira/browse/ARTEMIS-715

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/treblereel/activemq-artemis-wildfly JBEAP-4721

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/756.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 #756
    
----
commit 7629f23dee896ce042d0dac977cc92c2422bb2c2
Author: Dmitrii Tikhomirov <dt...@redhat.com>
Date:   2016-09-07T14:24:12Z

    [ARTEMIS-715] In rare circumstances MessageProducer can send a message to wrong queue.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis issue #756: [ARTEMIS-715] In rare circumstances MessageProd...

Posted by treblereel <gi...@git.apache.org>.
Github user treblereel commented on the issue:

    https://github.com/apache/activemq-artemis/pull/756
  
    Error:
    
    java.net.BindException: Address already in use
    	at sun.nio.ch.Net.bind0(Native Method)
    	at sun.nio.ch.Net.bind(Net.java:433)
    	at sun.nio.ch.Net.bind(Net.java:425)
    	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
    	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
    	at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:317)
    	at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
    	at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:235)
    	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
    	at org.eclipse.jetty.server.Server.doStart(Server.java:390)
    	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
    	at org.apache.activemq.artemis.component.WebServerComponent.start(WebServerComponent.java:116)
    	at org.apache.activemq.cli.test.WebServerComponentTest.simpleServer(WebServerComponentTest.java:74)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis issue #756: [ARTEMIS-715] In rare circumstances MessageProd...

Posted by jbertram <gi...@git.apache.org>.
Github user jbertram commented on the issue:

    https://github.com/apache/activemq-artemis/pull/756
  
    The commit message should follow the 50/72 format as discussed in the [Hacking Guide](https://github.com/apache/activemq-artemis/blob/master/docs/hacking-guide/en/code.md#typical-development-cycle).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis issue #756: ARTEMIS-715 In rare circumstances MessageProduc...

Posted by jbertram <gi...@git.apache.org>.
Github user jbertram commented on the issue:

    https://github.com/apache/activemq-artemis/pull/756
  
    The first line of the commit is longer than 50 characters.  This doesn't conform to the aforementioned format.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request #756: ARTEMIS-715 messages could be sent to wr...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/756


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis issue #756: ARTEMIS-715 In rare circumstances MessageProduc...

Posted by treblereel <gi...@git.apache.org>.
Github user treblereel commented on the issue:

    https://github.com/apache/activemq-artemis/pull/756
  
    fixed, thanks !



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---