Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Core jms adapter #11

Merged
merged 1 commit into from
Mar 3, 2016
Merged

Core jms adapter #11

merged 1 commit into from
Mar 3, 2016

Conversation

ZeeshanGhalib
Copy link
Contributor

No description provided.

return jsonObjectConverter.asEnvelope(jsonObjectConverter.fromString(messageAsString));
} catch (JMSException e) {
try {
throw new JmsConverterException(String.format("Exception while creating envelope from message %s", message.getJMSMessageID()), e);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The String "Exception while creating envelope from message" could be a constant as it is repeated.

mapingo added a commit that referenced this pull request Mar 3, 2016
@mapingo mapingo merged commit f5cfa49 into master Mar 3, 2016
@mapingo mapingo deleted the core-jms-adapter branch March 3, 2016 11:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants