[
https://issues.apache.org/jira/browse/ARTEMIS-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15339738#comment-15339738
]
ASF GitHub Bot commented on ARTEMIS-585:
----------------------------------------
GitHub user tabish121 opened a pull request:
https://github.com/apache/activemq-artemis/pull/593
ARTEMIS-585 support send on dynamic sender link
The sender abstraction must be able to update its sender address in the
case of dynamic senders whose target address is not set until the code
initializes the link and creates a destination for it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tabish121/activemq-artemis ARTEMIS-585
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/593.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 #593
----
commit bab2438d64d375311ec20a1380b783d28b5c31f4
Author: Timothy Bish <[email protected]>
Date: 2016-06-20T15:34:49Z
ARTEMIS-585 support send on dynamic sender link
The sender abstraction must be able to update its sender address in the
case of dynamic senders whose target address is not set until the code
initializes the link and creates a destination for it.
----
> AMQP: Connect send using a sender link created with a dynamic target
> --------------------------------------------------------------------
>
> Key: ARTEMIS-585
> URL: https://issues.apache.org/jira/browse/ARTEMIS-585
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: AMQP
> Affects Versions: 1.3.0
> Reporter: Timothy Bish
> Fix For: 1.4.0
>
>
> While it is possible to create a dynamic sender link using Artemis you cannot
> send any message to the broker over that link without getting an exception
> due to the internal sender abstraction not having an initialized address.
> You can however send to the created dynamic address using a different link,
> and you can receive on that address as well.
> The sender abstraction needs to account for the fact that the target address
> for a dynamic Target is created during the initialize method and so the
> address field of the sender abstraction must be updated.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)