3.2.0
What's Changed
- [improvement] Pool threads used for MessageListeners (jms.sessionListenersThreads) by @eolivelli in #89
- Enable hostname verification by default by @michaeljmarshall in #90
- [feature][jndi] Allow to share resources across multiple contexts (jms.useSharedJNDIContext) by @eolivelli in #92
- [improvement] Allow concurrent processing with ConnectionConsumer (jms.connectionConsumerParallelism) by @eolivelli in #93
- [fix] ConnectionConsumer - use AUTO_ACK mode by @eolivelli in #94
- [improvement] ConnectionConsumer - prevent blocking on getServerSession() by @eolivelli in #96
- [feature] Allow to override ConsumerConfiguration from destination query string (topic?consumerConfig.receiverQueueSize=xx) by @eolivelli in #97
- [feature] ConnectionConsumer - force MDB parallelism by maxMessages (jms.maxMessagesLimitsParallelism) and other performance improvements by @eolivelli in #98
- [feature] ResourceAdapter: allow to override consumerConfig from the MessageDrivenBean activation properties by @eolivelli in #100
New Contributors
- @michaeljmarshall made their first contribution in #90
Full Changelog: 3.1.0...3.2.0