JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Deprecated API
Contents
Deprecated Classes
Deprecated Methods
Deprecated Classes
Class and Description
org.apache.activemq.thread.Valve
Deprecated Methods
Method and Description
org.apache.activemq.transport.TransportFactory.bind(String, URI)
org.apache.activemq.console.filter.AmqMessagesQueryFilter.createConnection(URI)
Use createConnection() instead, and pass the url to the ConnectionFactory when it's created.
org.apache.activemq.selector.SimpleCharStream.getColumn()
org.apache.activemq.selector.SimpleCharStream.getLine()
org.apache.activemq.command.ConsumerInfo.getSubcriptionName()
org.apache.activemq.broker.TransportConnector.setBrokerName(String)
use the
TransportConnector.setBrokerService(BrokerService)
method instead.
org.apache.activemq.xbean.XBeanBrokerService.setDestroyApplicationContextOnShutdown(boolean)
org.apache.activemq.xbean.XBeanBrokerService.setDestroyApplicationContextOnStop(boolean)
org.apache.activemq.transport.tcp.SslTransportFactory.setKeyAndTrustManagers(KeyManager[], TrustManager[], SecureRandom)
"Do not use anymore... using static initializers like this method only allows the JVM to use 1 SSL configuration per broker."
org.apache.activemq.command.ConsumerInfo.setSubcriptionName(String)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2005–2017. All rights reserved.