You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "John D. Ament (JIRA)" <ji...@apache.org> on 2017/03/06 23:43:33 UTC

[jira] [Resolved] (ARTEMIS-1017) Wrong error message when default destination for producer is not specified

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

John D. Ament resolved ARTEMIS-1017.
------------------------------------
    Resolution: Fixed

> Wrong error message when default destination for producer is not specified
> --------------------------------------------------------------------------
>
>                 Key: ARTEMIS-1017
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1017
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.0.0
>            Reporter: Jiri Danek
>            Assignee: clebert suconic
>            Priority: Minor
>             Fix For: 2.0.0, 1.5.4
>
>
> When producer is created without default destination {{roducer = session.createProducer(null)}} and message is sent also without specifiing desination {{producer.send(message)}}, the following exception is thrown
> {noformat}
>     Exception in thread "main" java.lang.UnsupportedOperationException: Cannot specify destination if producer has a default destination
>             at org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer.checkDefaultDestination(ActiveMQMessageProducer.java:339)
>             at org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer.send(ActiveMQMessageProducer.java:190)
>             ...
> {noformat}
> The error message in the exception is clearly wrong.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)