[
https://issues.apache.org/jira/browse/ARTEMIS-2695?focusedWorklogId=420963&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-420963
]
ASF GitHub Bot logged work on ARTEMIS-2695:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 12/Apr/20 17:11
Start Date: 12/Apr/20 17:11
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on issue #3060: ARTEMIS-2695
Return exception message in AMQP conversion error response
URL: https://github.com/apache/activemq-artemis/pull/3060#issuecomment-612647182
the commit should be part of your commit message, no the github title
on a command line:
```sh
git commit -a --amend
on the vim, change the title, and add the JIRA
git push origin -f <your-branch-name>
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 420963)
Remaining Estimate: 0h
Time Spent: 10m
> Return error message in AMQP response after failed conversion
> -------------------------------------------------------------
>
> Key: ARTEMIS-2695
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2695
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: AMQP
> Affects Versions: 2.11.0
> Reporter: Dirkjan
> Priority: Minor
> Labels: newbie, pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When a problem occurs during the conversion from Core to AMQP, the code
> catches any exception that happens, logs it at the debug level, then returns
> a string value saying "Conversion to AMQP error!". It would be nice if the
> response string just includes the exception's message, and I've submitted a
> PR to that effect:
> https://github.com/apache/activemq-artemis/pull/3060
--
This message was sent by Atlassian Jira
(v8.3.4#803005)