Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mark Fisher opened INT-1389 and commented
StringMessage does not add much value, and it's questionable why we wouldn't also provide BytesMessage, etc.
The following options should be sufficient:
Message<String> stringMessage1 = new GenericMessage<String>("one"); Message<String> stringMessage2 = MessageBuilder.withPayload("two").build();
No further details from INT-1389
The text was updated successfully, but these errors were encountered:
Mark Fisher commented
StringMessage has been removed
Sorry, something went wrong.
markfisher
No branches or pull requests
Mark Fisher opened INT-1389 and commented
StringMessage does not add much value, and it's questionable why we wouldn't also provide BytesMessage, etc.
The following options should be sufficient:
No further details from INT-1389
The text was updated successfully, but these errors were encountered: