X Platform Documentation Portal

Release Notes

X Platform Documentation Portal

Skip to end of metadata
Go to start of metadata

Release Date: Sunday, September 03, 2017

Release Highlights

  • Bug Fixes

Compatibility Notes

ADM Compatibility Level: 3.8.0 (see ADM Compatibility Matrix) The Adm Compatibility level last changed in Core X 3.7.242

This release has no known compatibility implications

Change Log

Bug

XPLATFORM-1790 - "Encountered orphan slice element on stability (duplicate ack?)" error when mixing solicited and unsolicited sends

This release fixes an issue that can result in the error "Encountered orphan slice element on stability (duplicate ack?)" when performing a mix of solicited and unsolicited sends on the same message type when pooling is enabled.

Encountered orphan slice element on stability (duplicate ack?)
Stack trace:
java.lang.Exception
	at com.neeve.aep.AepBusManager.onEvent(AepBusManager.java:2177)
	at com.neeve.sma.impl.MessageBusBindingBase.onEvent(MessageBusBindingBase.java:566)
	at com.neeve.sma.impl.MessageChannelBase.onEvent(MessageChannelBase.java:972)
	at com.neeve.sma.impl.MessageChannelBase.onEvent(MessageChannelBase.java:983)
	at com.neeve.sma.impl.MessageChannelBase.onMessageStability(MessageChannelBase.java:950)
AEP
MESSAGE LIBRARY
XBUF

XPLATFORM-1792 - nvx-platform-maven-plugin execution filter for m2e not filtering xar goals.

This release fixes an issue in the M2E plugin execution for the nvx-platform-maven-plugin that would cause the robin-xar goal to be executing inside eclipse when it should be skipped.

MAVEN PLUGINS

XPLATFORM-1795 - Solace Orphan Subscription Check returns 'response too big: use sequenced get'

This release fixes an issue that causes the solace bindings orphan subscription check to fail with 'response too big: use sequence get' when retrieving subscriptions from a queue that has a large number of subscriptions. With this change the call to get subscriptions now attempts to retrieve subscriptions in batches.

SOLACE BINDING
  • No labels