You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Christopher L. Shannon (JIRA)" <ji...@apache.org> on 2018/02/28 14:33:00 UTC

[jira] [Updated] (ARTEMIS-1711) Sending a message to an address with an exclusive divert using OpenWire fails

     [ https://issues.apache.org/jira/browse/ARTEMIS-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher L. Shannon updated ARTEMIS-1711:
--------------------------------------------
    Summary: Sending a message to an address with an exclusive divert using OpenWire fails  (was: Send a message to an address with an exclusive divert using OpenWire fails)

> Sending a message to an address with an exclusive divert using OpenWire fails
> -----------------------------------------------------------------------------
>
>                 Key: ARTEMIS-1711
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1711
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.4.0
>            Reporter: Christopher L. Shannon
>            Assignee: Christopher L. Shannon
>            Priority: Major
>             Fix For: 2.5.0
>
>
> Using an OpenWire producer to publish a message to an address that has an exclusive divert causes the producer to get an error saying "Cannot publish to a non-existent Destination"
> The issue is that after send AMQSession is checking the RoutingStatus of the send and failing if the status is NO_BINDINGS.  However this is wrong because NO_BINDINGS is a valid response such as when an exclusive divert exists.  Other protocols do not do this check which is why they don't fail.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)