Skip to content

Commit

Permalink
Revert the 2.0.6 changes that didn't actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
ibmmqmet committed Oct 19, 2018
1 parent f9e16d6 commit 7e4b384
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 77 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
- Add CCDTUrl and SSLPeer to configurable properties
- Make MQConnectionFactoryFactory a public class (see issue #7)

# 2.0.6 (2018-10-19)
- Override the DefaultMessageListenerContainer receiveTimeout default value
# 2.0.7 (2018-10-19)
- Replace a broken 2.0.6

7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,6 @@ The following options all default to null, but may be used to assist with config
| ibm.mq.sslPeerName | Peer Name, sets connectionFactory property WMQConstants.WMQ_SSL_PEER_NAME |
| ibm.mq.useIBMCipherMappings | Sets System property com.ibm.mq.cfg.useIBMCipherMappings |

### JMS Message listener polling
The default Spring configuration for a JMS Listener sets the receive timeout (a polling
loop timer) too low for a cost-effective solution with IBM MQ.
See [this article]("https://developer.ibm.com/messaging/2018/02/09/mq-spring-tip") for more information. This
package overrides the Spring-provided default value of 1 second, and sets it to 60 seconds. Applications still have
control of this if they wish by setting the `spring.jms.template.receiveTimeout` property or programmatically.

## Related documentation
* [MQ documentation](https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.helphome.v90.doc/WelcomePagev9r0.htm)
* [Spring Boot documentation](https://projects.spring.io/spring-boot/)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.6
2.0.7

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=com.ibm.mq.spring.boot.MQAutoConfiguration
org.springframework.context.ApplicationListener=com.ibm.mq.spring.boot.MQConfigurationOverride

0 comments on commit 7e4b384

Please sign in to comment.