Universal Messaging 10.11 | Release Notes | What's New in Universal Messaging 10.11 | Deprecated Features
 
Deprecated Features
The following Universal Messaging features have been deprecated in Universal Messaging 10.11:
*C++ client API
*Client APIs related to the removal of support for local stores in a cluster
The following Java APIs are deprecated:
nAdminSession#findStatusChannel()
nAdminSession#findTXChannel()
nAdminSession#changeTransactionFile(int type, long age, int capacity)
nAdminSession#changeStatusFile(int type, long age, int capacity)
nStatusChannel - the class itself
nTXChannel - the class itself
nDurableNode#isClusterWide()
nLeafNode#isClusterWide()
nRealmNode#changeTransactionChannel(final int type, final long age, final int capacity)
nRealmNode#changeStatusChannel(final int type, final long age, final int capacity)
nChannelAttributes#setClusterWide(boolean flag)
nChannelAttributes#isClusterWide()
The following C# APIs are deprecated:
nChannelAttributes#setClusterWide(bool flag)
nChannelAttributes#isClusterWide()
nAdminSession#findStatusChannel()
nAdminSession#findTXChannel()
nAdminSession#changeTransactionFile(int type, long age, int capacity)
nAdminSession#changeStatusFile(int type, long age, int capacity)
nStatusChannel - the class itself
nRealmNode#changeTransactionChannel(int type, long age, int capacity)
nRealmNode#changeStatusChannel(int type, long age, int capacity)
The following C++ APIs are deprecated:
nChannelAttributes#setClusterWide(bool flag)
nChannelAttributes#isClusterWide()
nRealmNode#changeStatusChannel(int type, long age, int capacity)
nRealmNode#changeTransactionChannel(int type, long age, int capacity)
*Cluster-wide flag for various Universal Messaging resources
*Command-line administration tools:
CreateChannel
CreateQueue
SubscribeChannelAsyncDurable
SubscribeChannelDurable
*Client samples:
makeChannel
makeQueue
namedChannelIterator
namedsubscriber
*C# samples:
makechan
makechannels
makequeue
namedChannelIterator
namedsubscriber
*The "ClusterWide" JMX property for stores
*Data group and data stream functionality
The following Java client APIs, and the respective APIs in C# and C++, are deprecated:
nSession.init(nDataStreamListener streamListener)
nSession.getStreamId()
nSession.pauseStream()
nSession.resumeStream()
All nSession.writeDataStream(...) APIs
All nSession.writeDataGroup(...) APIs
All nSession.commitRegisteredEventsToDataGroups(...) APIs
All nSession.createDataGroup() APIs
All nSession.deleteDataGroup() APIs
All nSession.getDefaultDataGroup() APIs
All nSession.getDataGroups() APIs
Deprecated classes: nDataStream, nDataGroup, nDataGroupListener
The following administration APIs in Java, and the respective APIs in C# and C++, are deprecated:
nRealmNode.getDefaultDataGroup(nDataStreamListener streamListener)
nRealmNode.getDataGroupListener()
nRealmNode.getDataGroups()
nRealmNode.findDatagroup(String name)
Deprecated classes: nDataStreamNode, nDataGroupNode, nDataGroupsContainer