Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ibmmqmet committed May 31, 2018
1 parent 871a48f commit 59b8873
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ local.properties
t
t2
t.out
m/

# This has private signature/password information
gradle.properties
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
This repository contains code to help to provide Spring developers with easy configuration of the IBM MQ JMS package.

The library contains:
* `mq-jms-spring-boot-starter` for [Spring Boot](https://projects.spring.io/spring-boot/) applications

## HEALTH WARNINGS
This initial release has had limited testing.
* `mq-jms-spring-boot-starter` for [Spring Boot 2](https://projects.spring.io/spring-boot/) applications

## Installation and Usage
If the VERSION file contains "LOCAL" in the version definition, then the gradle build process puts the
Expand Down Expand Up @@ -40,6 +37,10 @@ Maven:
</dependency>
```

**Note** This repository and the corresponding Maven Central artifact has now been upgraded for
Spring Boot 2 applications. For Spring Boot 1, you should continue to use the previously-released
artifact at version 0.0.4.

## Design Approach
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/4.3.13.RELEASE/spring-framework-reference/htmlsingle/#jms)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ibm.mq.user=USER",
"ibm.mq.password=PASS",
"ibm.mq.useIBMCipherMappings=true",
"ibm.mq.userAuthentificationMQCSP=true",
"ibm.mq.userAuthenticationMQCSP=true",
"ibm.mq.sslCipherSuite=CIPHER_SUITE",
"ibm.mq.sslCipherSpec=CIPHER_SPEC"
})
Expand Down

0 comments on commit 59b8873

Please sign in to comment.