Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

WSO2 Message Broker 3.2.0 ALPHA

Pre-release
Pre-release
Compare
Choose a tag to compare
@a5anka a5anka released this 27 Sep 04:34
· 158 commits to master since this release

WSO2 MB Team is pleased to announce the release of WSO2 Message Broker 3.2.0-ALPHA. Following are the bug fixes, improvements and tasks that have been fixed along with this release.

Bug

  • [MB-1325] - Messages not delivered even when there are matching subscribers with a mix of selection criteria
  • [MB-1646] - There is a possible race condition in SlotDeliveryWorker Class
  • [MB-1671] - SlotDeliveryWorker is not executing the assigned tasks
  • [MB-1693] - MB server won't shutdown properly after an error occurs at startup on Mac (El Capitan)
  • [MB-1703] - Running JmsSelector Sample result warning in the wso2carbon log
  • [MB-1716] - Null pointer exception is thrown when an unauthenticated client is subscribing to mqtt topic
  • [MB-1717] - Meaningful identifier for subscriptions
  • [MB-1719] - Subscriptions list should be able to sort and searched
  • [MB-1723] - Node ID is not set into Hazelcast map before "Member added" event arrives to a node.
  • [MB-1746] - Fix SubscriptionDeleteTestCase
  • [MB-1750] - Null pointer exception during start up, when there are messages in DLC
  • [MB-1759] - Filtering subscriptions not working in the paginated window
  • [MB-1761] - [Durable Subscriptions] Clicking on unsubscribe link for inactive durable subscriptions should remove the subscription
  • [MB-1778] - Cluster wide All connected nodes filtering not working & dropdown issue
  • [MB-1789] - [Oracle SQL] Observed message loss in queues
  • [MB-1790] - Active durable subscription not shown when filtered from the subscrption identifier

Improvement

  • [MB-1634] - Add a warning if Slot Deletion Safe Zone is not Moving
  • [MB-1662] - Allow to configure number of reserved db connections for Publisher transactions
  • [MB-1672] - Remove settable futures from inbound event handling path
  • [MB-1704] - Implement RDBMS based cluster notification synchronization
  • [MB-1708] - Implement RDBMS based coordinator election algorithm
  • [MB-1762] - [JMX] Some of the attributes in MBeans does not get listed in DAS

New Feature

  • [MB-1764] - Subscription Filtering and Pagination for Topic and Queue subscriptions

Task

  • [MB-1771] - Document Subscription Filtering Feature