Skip to content

Commit

Permalink
Merge pull request #36 from agebhar1/feature/README.md
Browse files Browse the repository at this point in the history
update JmsTemplate link to dependent Spring Framework Version 5.2.0
  • Loading branch information
ibmmqmet authored Oct 27, 2019
2 parents 8f0668d + 8e0b9f9 commit e54d83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ level of the artifact at version 0.0.4.

The approach taken here is to follow the model for JMS applications shown in the
[Spring Getting Started Guide for JMS](https://spring.io/guides/gs/messaging-jms/). That in turn
is based on using the [JmsTemplate Framework](https://docs.spring.io/spring/docs/5.1.10.RELEASE/spring-framework-reference/integration.html#jms-jmstemplate)
is based on using the [JmsTemplate Framework](https://docs.spring.io/spring/docs/5.2.0.RELEASE/spring-framework-reference/integration.html#jms-jmstemplate)

The same application code from that example ought to work with MQ, with the simple replacement of the
messaging provider in its dependency to point at this package, and changing the queue name ("mailbox" in
Expand Down

0 comments on commit e54d83d

Please sign in to comment.