blob: 0f730d850fe801fe448dd6ab0f073e92ac63dca1 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>ActiveMQ</title>
<link rel="icon" type="image/png" href="/assets/img/favicon.png">
<link rel="stylesheet" href="/css/main.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.8/js/all.js" integrity="sha384-SlE991lGASHoBfWbelyBPLsUlwY1GwNDJo3jSJO04KZ33K2bwfV9YBauFfnzvynJ" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light fixed-top">
<div class="container">
<!-- <a class="navbar-brand mr-auto" href="#"><img style="height: 50px" src="assets/img/apache-feather.png" /></a> -->
<a class="navbar-brand mr-auto" href="/"><img src="/assets/img/activemq_logo_black_small.png" style="height: 50px"/></a>
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="ml-auto collapse navbar-collapse" id="navbarContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link active" href="/index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link" id="navbarDropdownComponents" data-target="#" href="" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Components</a>
<ul class="dropdown-menu dropdown-menu-center" aria-labelledby="navbarDropdownComponents">
<div class="row">
<div class="col-12">
<ul class="multi-column-dropdown">
<li class="nav-item"><a class="dropdown-item" href="/components/classic">ActiveMQ 5</a></li>
<li class="nav-item"><a class="dropdown-item" href="/components/artemis/">ActiveMQ Artemis</a></li>
<li class="nav-item"><a class="dropdown-item" href="/components/nms">NMS Clients</a></li>
<li class="nav-item"><a class="dropdown-item" href="/components/cms">CMS Client</a></li>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link" id="navbarDropdownCommunity" data-target="#" href="" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Contact</a>
<ul class="dropdown-menu dropdown-menu-center multi-column columns-1" aria-labelledby="navbarDropdownCommunity">
<div class="row">
<div class="col-12">
<ul class="multi-column-dropdown">
<li class="nav-item"><a class="dropdown-item" href="/contact#mailing">Mailing Lists</a></li>
<li class="nav-item"><a class="dropdown-item" href="/contact#chat">Chat</a></li>
<li class="nav-item"><a class="dropdown-item" href="/contact#issues">Report Issues</a></li>
<li class="nav-item"><a class="dropdown-item" href="/contact#contributing">Contributing</a></li>
<li class="nav-item"><a class="dropdown-item" href="/security-advisories.html">Security</a></li>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link" id="navbarDropdownTeam" data-target="#" href="" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Apache</a>
<ul class="dropdown-menu dropdown-menu-center multi-column columns-1" aria-labelledby="navbarDropdownTeam">
<div class="row">
<div class="col-sm-12">
<ul class="multi-column-dropdown">
<li class="nav-item"><a class="dropdown-item" href="https://www.apache.org">The Apache Software Foundation</a></li>
<li class="nav-item"><a class="dropdown-item" href="https://www.apache.org/licenses/">License</a></li>
<li class="nav-item"><a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li class="nav-item"><a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li class="nav-item"><a class="dropdown-item" href="/security-advisories.html">Security</a></li>
<li class="nav-item"><a class="dropdown-item" href="https://www.apache.org/events/current-event">Events</a></li>
<li class="nav-item"><a class="dropdown-item" href="https://people.apache.org/phonebook.html?pmc=activemq">PMC & Committers</a></li>
<li class="nav-item"><a class="dropdown-item" href="/team/reports">Board Reports</a></li>
</ul>
</div>
</div>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="content">
<div class="page-title-activemq5">
<div class="container">
<h1>XBean XML Reference 4.1</h1>
</div>
</div>
<div class="container" >
<div class="row" style="margin-top: 30px">
<div class="col-12 activemq5">
<p><a href="using-activemq">Using ActiveMQ</a> &gt; <a href="xml-reference">Xml Reference</a> &gt; <a href="Xml Reference/xbean-xml-reference-41">XBean XML Reference 4.1</a></p>
<h3 id="elements-by-type">Elements By Type</h3>
<h4 id="the-orgapacheactivemqnetworkjmsinboundqueuebridge-type-implementations">The <em>org.apache.activemq.network.jms.InboundQueueBridge</em> Type Implementations</h4>
<p><em>&lt;inboundQueueBridge&gt;</em></p>
<p>Create an Inbound Queue Bridge</p>
<h4 id="the-orgapacheactivemqbrokerbrokerservice-type-implementations">The <em>org.apache.activemq.broker.BrokerService</em> Type Implementations</h4>
<p><em>&lt;broker&gt;</em></p>
<p>An ActiveMQ Message Broker which consists of a number of transport connectors, network connectors and a persistence adaptor</p>
<h4 id="the-orgapacheactivemqbrokerbrokerplugin-type-implementations">The <em>org.apache.activemq.broker.BrokerPlugin</em> Type Implementations</h4>
<p><em>&lt;authorizationPlugin&gt;</em></p>
<p>An authorization plugin where each operation on a destination is checked against an authorizationMap</p>
<p><em>&lt;connectionDotFilePlugin&gt;</em></p>
<p>A <a href="http://www.graphviz.org/">DOT</a> file creator plugin which creates a DOT file showing the current connections</p>
<p><em>&lt;destinationDotFilePlugin&gt;</em></p>
<p>A <a href="http://www.graphviz.org/">DOT</a> file creator plugin which creates a DOT file showing the current topic &amp; queue hierarchies.</p>
<p><em>&lt;jaasAuthenticationPlugin&gt;</em></p>
<p>Provides a JAAS based authentication plugin</p>
<p><em>&lt;loggingBrokerPlugin&gt;</em></p>
<p>A simple Broker interceptor which allows you to enable/disable logging.</p>
<p><em>&lt;simpleAuthenticationPlugin&gt;</em></p>
<p>Provides a simple authentication plugin configured with a map of user-passwords and a map of user-groups</p>
<h4 id="the-orgapacheactivemqstorejdbcjdbcadapter-type-implementations">The <em>org.apache.activemq.store.jdbc.JDBCAdapter</em> Type Implementations</h4>
<p><em>&lt;blobJDBCAdapter&gt;</em></p>
<p>This JDBCAdapter inserts and extracts BLOB data using the getBlob()/setBlob() operations. This is a little more involved since to insert a blob you have to: 1: insert empty blob. 2: select the blob 3: finally update the blob with data value. The databases/JDBC drivers that use this adapter are:</p>
<p><em>&lt;bytesJDBCAdapter&gt;</em></p>
<p>This JDBCAdapter inserts and extracts BLOB data using the setBytes()/getBytes() operations. The databases/JDBC drivers that use this adapter are:</p>
<p><em>&lt;db2JDBCAdapter&gt;</em></p>
<p><em>&lt;defaultJDBCAdapter&gt;</em></p>
<p>Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.</p>
<p>sub-classing is encouraged to override the default implementation of methods to account for differences in JDBC Driver implementations.</p>
<p>The JDBCAdapter inserts and extracts BLOB data using the getBytes()/setBytes() operations.</p>
<p>The databases/JDBC drivers that use this adapter are:</p>
<p><em>&lt;imageBasedJDBCAdaptor&gt;</em></p>
<p>Provides JDBCAdapter since that uses IMAGE datatype to hold binary data. The databases/JDBC drivers that use this adapter are:</p>
<ul>
<li>Sybase</li>
<li>MS SQL</li>
</ul>
<p><em>&lt;oracleJDBCAdapter&gt;</em></p>
<p>Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.</p>
<p>Subclassing is encouraged to override the default implementation of methods to account for differences in JDBC Driver implementations.</p>
<p>The JDBCAdapter inserts and extracts BLOB data using the getBytes()/setBytes() operations.</p>
<p>The databases/JDBC drivers that use this adapter are:</p>
<p><em>&lt;streamJDBCAdapter&gt;</em></p>
<p>This JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations. The databases/JDBC drivers that use this adapter are:</p>
<ul>
<li>Axion</li>
</ul>
<h4 id="the-orgapacheactivemqbrokerregionvirtualvirtualdestination-type-implementations">The <em>org.apache.activemq.broker.region.virtual.VirtualDestination</em> Type Implementations</h4>
<p><em>&lt;compositeQueue&gt;</em></p>
<p>Represents a virtual queue which forwards to a number of other destinations.</p>
<p><em>&lt;compositeTopic&gt;</em></p>
<p>Represents a virtual topic which forwards to a number of other destinations.</p>
<p><em>&lt;virtualTopic&gt;</em></p>
<p>Creates <a href="http://activemq.org/siteFeatures/Destination Features/Features/Destination Features/virtual-destinations">Virtual Topics</a> using a prefix and postfix. The virtual destination creates a wildcard that is then used to look up all active queue subscriptions which match.</p>
<h4 id="the-orgapacheactivemqbrokerregionpolicypolicymap-type-implementations">The <em>org.apache.activemq.broker.region.policy.PolicyMap</em> Type Implementations</h4>
<p><em>&lt;policyMap&gt;</em></p>
<p>Represents a destination based configuration of policies so that individual destinations or wildcard hierarchies of destinations can be configured using different policies.</p>
<h4 id="the-orgapacheactivemqbrokerregionpolicypendingmessagelimitstrategy-type-implementations">The <em>org.apache.activemq.broker.region.policy.PendingMessageLimitStrategy</em> Type Implementations</h4>
<p><em>&lt;constantPendingMessageLimitStrategy&gt;</em></p>
<p>This PendingMessageLimitStrategy is configured to a constant value for all subscriptions.</p>
<p><em>&lt;prefetchRatePendingMessageLimitStrategy&gt;</em></p>
<p>This PendingMessageLimitStrategy sets the maximum pending message limit value to be a multiplier of the prefetch limit of the subscription.</p>
<h4 id="the-orgapacheactivemqbrokerregionpolicysubscriptionrecoverypolicy-type-implementations">The <em>org.apache.activemq.broker.region.policy.SubscriptionRecoveryPolicy</em> Type Implementations</h4>
<p><em>&lt;fixedCountSubscriptionRecoveryPolicy&gt;</em></p>
<p>This implementation of {@link SubscriptionRecoveryPolicy} will only keep the last message.</p>
<p><em>&lt;fixedSizedSubscriptionRecoveryPolicy&gt;</em></p>
<p>This implementation of {@link SubscriptionRecoveryPolicy} will keep a fixed amount of memory available in RAM for message history which is evicted in time order.</p>
<p><em>&lt;lastImageSubscriptionRecoveryPolicy&gt;</em></p>
<p>This implementation of {@link SubscriptionRecoveryPolicy} will only keep the last message.</p>
<p><em>&lt;noSubscriptionRecoveryPolicy&gt;</em></p>
<p>This is the default Topic recovery policy which does not recover any messages.</p>
<p><em>&lt;queryBasedSubscriptionRecoveryPolicy&gt;</em></p>
<p>This implementation of {@link SubscriptionRecoveryPolicy} will perform a user specific query mechanism to load any messages they may have missed.</p>
<p><em>&lt;timedSubscriptionRecoveryPolicy&gt;</em></p>
<p>This implementation of {@link SubscriptionRecoveryPolicy} will keep a timed buffer of messages around in memory and use that to recover new subscriptions.</p>
<h4 id="the-orgapacheactivemqstorejdbcstatements-type-implementations">The <em>org.apache.activemq.store.jdbc.Statements</em> Type Implementations</h4>
<p><em>&lt;statements&gt;</em></p>
<h4 id="the-orgapacheactivemqbrokerjmxmanagementcontext-type-implementations">The <em>org.apache.activemq.broker.jmx.ManagementContext</em> Type Implementations</h4>
<p><em>&lt;managementContext&gt;</em></p>
<p>A Flow provides different dispatch policies within the NMR</p>
<h4 id="the-orgapacheactivemqstorepersistenceadapterfactory-type-implementations">The <em>org.apache.activemq.store.PersistenceAdapterFactory</em> Type Implementations</h4>
<p><em>&lt;journaledJDBC&gt;</em></p>
<p>Creates a default persistence model using the Journal and JDBC</p>
<h4 id="the-orgapacheactivemqsecurityauthorizationentry-type-implementations">The <em>org.apache.activemq.security.AuthorizationEntry</em> Type Implementations</h4>
<p><em>&lt;authorizationEntry&gt;</em></p>
<p>Represents an entry in a {@link DefaultAuthorizationMap} for assigning different operations (read, write, admin) of user roles to a specific destination or a hierarchical wildcard area of destinations.</p>
<h4 id="the-orgapacheactivemqbrokerregionpolicydeadletterstrategy-type-implementations">The <em>org.apache.activemq.broker.region.policy.DeadLetterStrategy</em> Type Implementations</h4>
<p><em>&lt;individualDeadLetterStrategy&gt;</em></p>
<p>A {@link DeadLetterStrategy} where each destination has its own individual DLQ using the subject naming hierarchy.</p>
<p><em>&lt;sharedDeadLetterStrategy&gt;</em></p>
<p>A default implementation of {@link DeadLetterStrategy} which uses a constant destination.</p>
<h4 id="the-javaxjmstopic-type-implementations">The <em>javax.jms.Topic</em> Type Implementations</h4>
<p><em>&lt;topic&gt;</em></p>
<p>An ActiveMQ Topic Destination</p>
<h4 id="the-orgapacheactivemqstorepersistenceadapter-type-implementations">The <em>org.apache.activemq.store.PersistenceAdapter</em> Type Implementations</h4>
<p><em>&lt;jdbcPersistenceAdapter&gt;</em></p>
<p>A {@link PersistenceAdapter} implementation using JDBC for persistence storage. This persistence adapter will correctly remember prepared XA transactions, but it will not keep track of local transaction commits so that operations performed against the Message store are done as a single uow.</p>
<p><em>&lt;journalPersistenceAdapter&gt;</em></p>
<p>An implementation of {@link PersistenceAdapter} designed for use with a {@link Journal} and then check pointing asynchronously on a timeout with some other long term persistent storage.</p>
<p><em>&lt;kahaPersistenceAdapter&gt;</em></p>
<p><em>&lt;memoryPersistenceAdapter&gt;</em></p>
<p><em>&lt;quickJournalPersistenceAdapter&gt;</em></p>
<p>An implementation of {@link PersistenceAdapter} designed for use with a {@link Journal} and then check pointing asynchronously on a timeout with some other long term persistent storage.</p>
<p><em>&lt;rapidPersistenceAdapter&gt;</em></p>
<p>An implementation of {@link PersistenceAdapter} designed for use with a {@link Journal} and then check pointing asynchronously on a timeout with some other long term persistent storage.</p>
<h4 id="the-orgapacheactivemqbrokerregionpolicypolicyentry-type-implementations">The <em>org.apache.activemq.broker.region.policy.PolicyEntry</em> Type Implementations</h4>
<p><em>&lt;policyEntry&gt;</em></p>
<p>Represents an entry in a {@link PolicyMap} for assigning policies to a specific destination or a hierarchical wildcard area of destinations.</p>
<h4 id="the-orgapacheactivemqnetworkdemandforwardingbridgesupport-type-implementations">The <em>org.apache.activemq.network.DemandForwardingBridgeSupport</em> Type Implementations</h4>
<p><em>&lt;compositeDemandForwardingBridge&gt;</em></p>
<p>A demand forwarding bridge which works with multicast style transports where a single Transport could be communicating with multiple remote brokers</p>
<p><em>&lt;demandForwardingBridge&gt;</em></p>
<p>Forwards messages from the local broker to the remote broker based on demand.</p>
<h4 id="the-orgapacheactivemqnetworkjmsoutboundqueuebridge-type-implementations">The <em>org.apache.activemq.network.jms.OutboundQueueBridge</em> Type Implementations</h4>
<p><em>&lt;outboundQueueBridge&gt;</em></p>
<p>Create an Outbound Queue Bridge</p>
<h4 id="the-orgapacheactivemqmemoryusagemanager-type-implementations">The <em>org.apache.activemq.memory.UsageManager</em> Type Implementations</h4>
<p><em>&lt;usageManager&gt;</em></p>
<p>Used to keep track of how much of something is being used so that a productive working set usage can be controlled. Main use case is manage memory usage.</p>
<h4 id="the-orgapacheactivemqstorejdbcjdbcpersistenceadapter-type-implementations">The <em>org.apache.activemq.store.jdbc.JDBCPersistenceAdapter</em> Type Implementations</h4>
<p><em>&lt;jdbcPersistenceAdapter&gt;</em></p>
<p>A {@link PersistenceAdapter} implementation using JDBC for persistence storage. This persistence adapter will correctly remember prepared XA transactions, but it will not keep track of local transaction commits so that operations performed against the Message store are done as a single uow.</p>
<h4 id="the-orgapacheactivemqcommandactivemqdestination-type-implementations">The <em>org.apache.activemq.command.ActiveMQDestination</em> Type Implementations</h4>
<p><em>&lt;queue&gt;</em></p>
<p>An ActiveMQ Queue Destination</p>
<p><em>&lt;topic&gt;</em></p>
<p>An ActiveMQ Topic Destination</p>
<h4 id="the-orgapacheactivemqnetworkjmsinboundtopicbridge-type-implementations">The <em>org.apache.activemq.network.jms.InboundTopicBridge</em> Type Implementations</h4>
<p><em>&lt;inboundTopicBridge&gt;</em></p>
<p>Create an Inbound Topic Bridge</p>
<h4 id="the-orgapacheactivemqnetworkjmsjmsconnector-type-implementations">The <em>org.apache.activemq.network.jms.JmsConnector</em> Type Implementations</h4>
<p><em>&lt;jmsQueueConnector&gt;</em></p>
<p>A Bridge to other JMS Queue providers</p>
<p><em>&lt;jmsTopicConnector&gt;</em></p>
<p>A Bridge to other JMS Topic providers</p>
<h4 id="the-orgapacheactivemqsecurityauthorizationmap-type-implementations">The <em>org.apache.activemq.security.AuthorizationMap</em> Type Implementations</h4>
<p><em>&lt;authorizationMap&gt;</em></p>
<p>Represents a destination based configuration of policies so that individual destinations or wildcard hierarchies of destinations can be configured using different policies. Each entry in the map represents the authorization ACLs for each operation.</p>
<p><em>&lt;simpleAuthorizationMap&gt;</em></p>
<p>An AuthorizationMap which is configured with individual DestinationMaps for each operation.</p>
<h4 id="the-orgapacheactivemqbrokerregionpolicydispatchpolicy-type-implementations">The <em>org.apache.activemq.broker.region.policy.DispatchPolicy</em> Type Implementations</h4>
<p><em>&lt;roundRobinDispatchPolicy&gt;</em></p>
<p>Simple dispatch policy that sends a message to every subscription that matches the message.</p>
<p><em>&lt;simpleDispatchPolicy&gt;</em></p>
<p>Simple dispatch policy that sends a message to every subscription that matches the message.</p>
<p><em>&lt;strictOrderDispatchPolicy&gt;</em></p>
<p>Dispatch policy that causes every subscription to see messages in the same order.</p>
<h4 id="the-javaxjmsqueue-type-implementations">The <em>javax.jms.Queue</em> Type Implementations</h4>
<p><em>&lt;queue&gt;</em></p>
<p>An ActiveMQ Queue Destination</p>
<h4 id="the-orgapacheactivemqbrokerregionpolicymessageevictionstrategy-type-implementations">The <em>org.apache.activemq.broker.region.policy.MessageEvictionStrategy</em> Type Implementations</h4>
<p><em>&lt;oldestMessageEvictionStrategy&gt;</em></p>
<p>An eviction strategy which evicts the oldest message first (which is the default).</p>
<p><em>&lt;oldestMessageWithLowestPriorityEvictionStrategy&gt;</em></p>
<p>An eviction strategy which evicts the oldest message with the lowest priority first.</p>
<h4 id="the-orgapacheactivemqnetworkjmsjmsmesageconvertor-type-implementations">The <em>org.apache.activemq.network.jms.JmsMesageConvertor</em> Type Implementations</h4>
<p><em>&lt;simpleJmsMessageConvertor&gt;</em></p>
<p>Converts Message from one JMS to another</p>
<h4 id="the-orgapacheactivemqbrokerregiondestinationinterceptor-type-implementations">The <em>org.apache.activemq.broker.region.DestinationInterceptor</em> Type Implementations</h4>
<p><em>&lt;virtualDestinationInterceptor&gt;</em></p>
<p>Implements <a href="http://incubator.apache.org/activemqFeatures/Destination Features/Features/Destination Features/virtual-destinations">Virtual Topics</a>.</p>
<h4 id="the-orgapacheactivemqnetworkjmsoutboundtopicbridge-type-implementations">The <em>org.apache.activemq.network.jms.OutboundTopicBridge</em> Type Implementations</h4>
<p><em>&lt;outboundTopicBridge&gt;</em></p>
<p>Create an Outbound Topic Bridge</p>
<h4 id="the-orgapacheactivemqfilterdestinationmap-type-implementations">The <em>org.apache.activemq.filter.DestinationMap</em> Type Implementations</h4>
<p><em>&lt;authorizationMap&gt;</em></p>
<p>Represents a destination based configuration of policies so that individual destinations or wildcard hierarchies of destinations can be configured using different policies. Each entry in the map represents the authorization ACLs for each operation.</p>
<p><em>&lt;policyMap&gt;</em></p>
<p>Represents a destination based configuration of policies so that individual destinations or wildcard hierarchies of destinations can be configured using different policies.</p>
<h3 id="the-authorizationentry-element">The <em>&lt;authorizationEntry&gt;</em> Element</h3>
<p>Represents an entry in a {@link DefaultAuthorizationMap} for assigning different operations (read, write, admin) of user roles to a specific destination or a hierarchical wildcard area of destinations.</p>
<h4 id="properties">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>admin</p>
<p><em>java.lang.String</em></p>
<p>adminACLs</p>
<p><em>java.util.Set</em></p>
<p>destination</p>
<p><em>org.apache.activemq.command.ActiveMQDestination</em></p>
<p>queue</p>
<p><em>java.lang.String</em></p>
<p>A helper method to set the destination from a configuration file</p>
<p>read</p>
<p><em>java.lang.String</em></p>
<p>readACLs</p>
<p><em>java.util.Set</em></p>
<p>topic</p>
<p><em>java.lang.String</em></p>
<p>A helper method to set the destination from a configuration file</p>
<p>write</p>
<p><em>java.lang.String</em></p>
<p>writeACLs</p>
<p><em>java.util.Set</em></p>
<h3 id="the-authorizationmap-element">The <em>&lt;authorizationMap&gt;</em> Element</h3>
<p>Represents a destination based configuration of policies so that individual destinations or wildcard hierarchies of destinations can be configured using different policies. Each entry in the map represents the authorization ACLs for each operation.</p>
<h4 id="properties-1">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>authorizationEntries</p>
<p>(<em>java.lang.Object</em>)*</p>
<p>Sets the individual entries on the authorization map</p>
<p>defaultEntry</p>
<p><em>org.apache.activemq.security.AuthorizationEntry</em></p>
<p>entries</p>
<p>(<em>java.lang.Object</em>)*</p>
<p>A helper method to allow the destination map to be populated from a dependency injection framework such as Spring</p>
<h3 id="the-authorizationplugin-element">The <em>&lt;authorizationPlugin&gt;</em> Element</h3>
<p>An authorization plugin where each operation on a destination is checked against an authorizationMap</p>
<h4 id="properties-2">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>map</p>
<p><em>org.apache.activemq.security.AuthorizationMap</em></p>
<h3 id="the-axionjdbcadapter-element">The <em>&lt;axionJDBCAdapter&gt;</em> Element</h3>
<p>Axion specific Adapter. Axion does not seem to support ALTER statements or sub-selects. This means: - We cannot auto upgrade the schema was we roll out new versions of ActiveMQ - We cannot delete durable sub messages that have be acknowledged by all consumers.</p>
<h4 id="properties-3">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>batchStatments</p>
<p><em>boolean</em></p>
<p>statements</p>
<p><em>org.apache.activemq.store.jdbc.Statements</em></p>
<p>useExternalMessageReferences</p>
<p><em>boolean</em></p>
<h3 id="the-blobjdbcadapter-element">The <em>&lt;blobJDBCAdapter&gt;</em> Element</h3>
<p>This JDBCAdapter inserts and extracts BLOB data using the getBlob()/setBlob() operations. This is a little more involved since to insert a blob you have to: 1: insert empty blob. 2: select the blob 3: finally update the blob with data value. The databases/JDBC drivers that use this adapter are:</p>
<h4 id="properties-4">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>batchStatments</p>
<p><em>boolean</em></p>
<p>statements</p>
<p><em>org.apache.activemq.store.jdbc.Statements</em></p>
<p>useExternalMessageReferences</p>
<p><em>boolean</em></p>
<h3 id="the-broker-element">The <em>&lt;broker&gt;</em> Element</h3>
<p>An ActiveMQ Message Broker which consists of a number of transport connectors, network connectors and a persistence adaptor</p>
<h4 id="properties-5">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>adminView</p>
<p><em>org.apache.activemq.broker.jmx.BrokerView</em></p>
<p>Returns the administration view of the broker; used to create and destroy resources such as queues and topics. Note this method returns null if JMX is disabled.</p>
<p>advisorySupport</p>
<p><em>boolean</em></p>
<p>Allows the support of advisory messages to be disabled for performance reasons.</p>
<p>brokerName</p>
<p><em>java.lang.String</em></p>
<p>Sets the name of this broker; which must be unique in the network</p>
<p>brokerObjectName</p>
<p><em>javax.management.ObjectName</em></p>
<p>Sets the JMX ObjectName for this broker</p>
<p>dataDirectory</p>
<p><em>java.io.File</em></p>
<p>Sets the directory in which the data files will be stored by default for the JDBC and Journal persistence adaptors.</p>
<p>deleteAllMessagesOnStartup</p>
<p><em>boolean</em></p>
<p>Sets whether or not all messages are deleted on startup - mostly only useful for testing.</p>
<p>destinationInterceptors</p>
<p>(<em>org.apache.activemq.broker.region.DestinationInterceptor</em>)*</p>
<p>Sets the destination interceptors to use</p>
<p>destinationPolicy</p>
<p><em>org.apache.activemq.broker.region.policy.PolicyMap</em></p>
<p>Sets the destination specific policies available either for exact destinations or for wildcard areas of destinations.</p>
<p>destinations</p>
<p>(<em>org.apache.activemq.command.ActiveMQDestination</em>)*</p>
<p>Sets the destinations which should be loaded/created on startup</p>
<p>jmsBridgeConnectors</p>
<p>(<em>org.apache.activemq.network.jms.JmsConnector</em>)*</p>
<p>keepDurableSubsActive</p>
<p><em>boolean</em></p>
<p>managementContext</p>
<p><em>org.apache.activemq.broker.jmx.ManagementContext</em></p>
<p>masterConnectorURI</p>
<p><em>java.lang.String</em></p>
<p>memoryManager</p>
<p><em>org.apache.activemq.memory.UsageManager</em></p>
<p>messageAuthorizationPolicy</p>
<p><em>org.apache.activemq.security.MessageAuthorizationPolicy</em></p>
<p>Sets the policy used to decide if the current connection is authorized to consume a given message</p>
<p>networkConnectorURIs</p>
<p>(<em>java.lang.String</em>)*</p>
<p>networkConnectors</p>
<p>(<em>java.lang.Object</em>)*</p>
<p>Sets the network connectors which this broker will use to connect to other brokers in a federated network</p>
<p>persistenceAdapter</p>
<p><em>org.apache.activemq.store.PersistenceAdapter</em></p>
<p>Sets the persistence adaptor implementation to use for this broker</p>
<p>persistenceFactory</p>
<p><em>org.apache.activemq.store.PersistenceAdapterFactory</em></p>
<p>persistent</p>
<p><em>boolean</em></p>
<p>Sets whether or not persistence is enabled or disabled.</p>
<p>plugins</p>
<p>(<em>org.apache.activemq.broker.BrokerPlugin</em>)*</p>
<p>Sets a number of broker plugins to install such as for security authentication or authorization</p>
<p>populateJMSXUserID</p>
<p><em>boolean</em></p>
<p>Sets whether or not the broker should populate the JMSXUserID header.</p>
<p>proxyConnectors</p>
<p>(<em>java.lang.Object</em>)*</p>
<p>Sets the network connectors which this broker will use to connect to other brokers in a federated network</p>
<p>shutdownOnMasterFailure</p>
<p><em>boolean</em></p>
<p>start</p>
<p><em>boolean</em></p>
<p>Sets whether or not the broker is started along with the ApplicationContext it is defined within. Normally you would want the broker to start up along with the ApplicationContext but sometimes when working with JUnit tests you may wish to start and stop the broker explicitly yourself.</p>
<p>taskRunnerFactory</p>
<p><em>org.apache.activemq.thread.TaskRunnerFactory</em></p>
<p>transportConnectorURIs</p>
<p>(<em>java.lang.String</em>)*</p>
<p>transportConnectors</p>
<p>(<em>java.lang.Object</em>)*</p>
<p>Sets the transport connectors which this broker will listen on for new clients</p>
<p>useJmx</p>
<p><em>boolean</em></p>
<p>Sets whether or not the Broker’s services should be exposed into JMX or not.</p>
<p>useLoggingForShutdownErrors</p>
<p><em>boolean</em></p>
<p>Sets whether or not we should use commons-logging when reporting errors when shutting down the broker</p>
<p>useShutdownHook</p>
<p><em>boolean</em></p>
<p>Sets whether or not we should use a shutdown handler to close down the broker cleanly if the JVM is terminated. It is recommended you leave this enabled.</p>
<p>useVirtualTopics</p>
<p><em>boolean</em></p>
<p>Sets whether or not <a href="http://incubator.apache.org/activemqFeatures/Destination Features/Features/Destination Features/virtual-destinations">Virtual Topics</a> should be supported by default if they have not been explicitly configured.</p>
<p>vmConnectorURI</p>
<p><em>java.net.URI</em></p>
<h3 id="the-bytesjdbcadapter-element">The <em>&lt;bytesJDBCAdapter&gt;</em> Element</h3>
<p>This JDBCAdapter inserts and extracts BLOB data using the setBytes()/getBytes() operations. The databases/JDBC drivers that use this adapter are:</p>
<h4 id="properties-6">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>batchStatments</p>
<p><em>boolean</em></p>
<p>statements</p>
<p><em>org.apache.activemq.store.jdbc.Statements</em></p>
<p>useExternalMessageReferences</p>
<p><em>boolean</em></p>
<h3 id="the-compositedemandforwardingbridge-element">The <em>&lt;compositeDemandForwardingBridge&gt;</em> Element</h3>
<p>A demand forwarding bridge which works with multicast style transports where a single Transport could be communicating with multiple remote brokers</p>
<h4 id="properties-7">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>decreaseNetworkConsumerPriority</p>
<p><em>boolean</em></p>
<p>dispatchAsync</p>
<p><em>boolean</em></p>
<p>durableDestinations</p>
<p>(<em>org.apache.activemq.command.ActiveMQDestination</em>)*</p>
<p>dynamicallyIncludedDestinations</p>
<p>(<em>org.apache.activemq.command.ActiveMQDestination</em>)*</p>
<p>excludedDestinations</p>
<p>(<em>org.apache.activemq.command.ActiveMQDestination</em>)*</p>
<p>localBroker</p>
<p><em>org.apache.activemq.transport.Transport</em></p>
<p>localBrokerName</p>
<p><em>java.lang.String</em></p>
<p>name</p>
<p><em>java.lang.String</em></p>
<p>networkTTL</p>
<p><em>int</em></p>
<p>password</p>
<p><em>java.lang.String</em></p>
<p>prefetchSize</p>
<p><em>int</em></p>
<p>remoteBroker</p>
<p><em>org.apache.activemq.transport.Transport</em></p>
<p>staticallyIncludedDestinations</p>
<p>(<em>org.apache.activemq.command.ActiveMQDestination</em>)*</p>
<p>userName</p>
<p><em>java.lang.String</em></p>
<h3 id="the-compositequeue-element">The <em>&lt;compositeQueue&gt;</em> Element</h3>
<p>Represents a virtual queue which forwards to a number of other destinations.</p>
<h4 id="properties-8">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>copyMessage</p>
<p><em>boolean</em></p>
<p>Sets whether a copy of the message will be sent to each destination. Defaults to true so that the forward destination is set as the destination of the message</p>
<p>forwardOnly</p>
<p><em>boolean</em></p>
<p>Sets if the virtual destination is forward only (and so there is no physical queue to match the virtual queue) or if there is also a physical queue with the same name).</p>
<p>forwardTo</p>
<p><em>java.util.Collection</em></p>
<p>Sets the list of destinations to forward to</p>
<p>name</p>
<p><em>java.lang.String</em></p>
<p>Sets the name of this composite destination</p>
<h3 id="the-compositetopic-element">The <em>&lt;compositeTopic&gt;</em> Element</h3>
<p>Represents a virtual topic which forwards to a number of other destinations.</p>
<h4 id="properties-9">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>copyMessage</p>
<p><em>boolean</em></p>
<p>Sets whether a copy of the message will be sent to each destination. Defaults to true so that the forward destination is set as the destination of the message</p>
<p>forwardOnly</p>
<p><em>boolean</em></p>
<p>Sets if the virtual destination is forward only (and so there is no physical queue to match the virtual queue) or if there is also a physical queue with the same name).</p>
<p>forwardTo</p>
<p><em>java.util.Collection</em></p>
<p>Sets the list of destinations to forward to</p>
<p>name</p>
<p><em>java.lang.String</em></p>
<p>Sets the name of this composite destination</p>
<h3 id="the-connectiondotfileplugin-element">The <em>&lt;connectionDotFilePlugin&gt;</em> Element</h3>
<p>A <a href="http://www.graphviz.org/">DOT</a> file creator plugin which creates a DOT file showing the current connections</p>
<h4 id="properties-10">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>file</p>
<p><em>java.lang.String</em></p>
<p>Sets the destination file name to create the destination diagram</p>
<h3 id="the-constantpendingmessagelimitstrategy-element">The <em>&lt;constantPendingMessageLimitStrategy&gt;</em> Element</h3>
<p>This PendingMessageLimitStrategy is configured to a constant value for all subscriptions.</p>
<h4 id="properties-11">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>limit</p>
<p><em>int</em></p>
<h3 id="the-db2jdbcadapter-element">The <em>&lt;db2JDBCAdapter&gt;</em> Element</h3>
<h4 id="properties-12">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>batchStatments</p>
<p><em>boolean</em></p>
<p>statements</p>
<p><em>org.apache.activemq.store.jdbc.Statements</em></p>
<p>useExternalMessageReferences</p>
<p><em>boolean</em></p>
<h3 id="the-defaultjdbcadapter-element">The <em>&lt;defaultJDBCAdapter&gt;</em> Element</h3>
<p>Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.</p>
<p>sub-classing is encouraged to override the default implementation of methods to account for differences in JDBC Driver implementations.</p>
<p>The JDBCAdapter inserts and extracts BLOB data using the getBytes()/setBytes() operations.</p>
<p>The databases/JDBC drivers that use this adapter are:</p>
<h4 id="properties-13">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>batchStatments</p>
<p><em>boolean</em></p>
<p>statements</p>
<p><em>org.apache.activemq.store.jdbc.Statements</em></p>
<p>useExternalMessageReferences</p>
<p><em>boolean</em></p>
<h3 id="the-demandforwardingbridge-element">The <em>&lt;demandForwardingBridge&gt;</em> Element</h3>
<p>Forwards messages from the local broker to the remote broker based on demand.</p>
<h4 id="properties-14">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>decreaseNetworkConsumerPriority</p>
<p><em>boolean</em></p>
<p>dispatchAsync</p>
<p><em>boolean</em></p>
<p>durableDestinations</p>
<p>(<em>org.apache.activemq.command.ActiveMQDestination</em>)*</p>
<p>dynamicallyIncludedDestinations</p>
<p>(<em>org.apache.activemq.command.ActiveMQDestination</em>)*</p>
<p>excludedDestinations</p>
<p>(<em>org.apache.activemq.command.ActiveMQDestination</em>)*</p>
<p>localBroker</p>
<p><em>org.apache.activemq.transport.Transport</em></p>
<p>localBrokerName</p>
<p><em>java.lang.String</em></p>
<p>name</p>
<p><em>java.lang.String</em></p>
<p>networkTTL</p>
<p><em>int</em></p>
<p>password</p>
<p><em>java.lang.String</em></p>
<p>prefetchSize</p>
<p><em>int</em></p>
<p>remoteBroker</p>
<p><em>org.apache.activemq.transport.Transport</em></p>
<p>staticallyIncludedDestinations</p>
<p>(<em>org.apache.activemq.command.ActiveMQDestination</em>)*</p>
<p>userName</p>
<p><em>java.lang.String</em></p>
<h3 id="the-destinationdotfileplugin-element">The <em>&lt;destinationDotFilePlugin&gt;</em> Element</h3>
<p>A <a href="http://www.graphviz.org/">DOT</a> file creator plugin which creates a DOT file showing the current topic &amp; queue hierarchies.</p>
<h4 id="properties-15">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>file</p>
<p><em>java.lang.String</em></p>
<p>Sets the destination file name to create the destination diagram</p>
<h3 id="the-destinationentry-element">The <em>&lt;destinationEntry&gt;</em> Element</h3>
<p>A default entry in a DestinationMap which holds a single value.</p>
<h4 id="properties-16">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>destination</p>
<p><em>org.apache.activemq.command.ActiveMQDestination</em></p>
<p>queue</p>
<p><em>java.lang.String</em></p>
<p>A helper method to set the destination from a configuration file</p>
<p>topic</p>
<p><em>java.lang.String</em></p>
<p>A helper method to set the destination from a configuration file</p>
<p>value</p>
<p><em>java.lang.Object</em></p>
<h3 id="the-fixedcountsubscriptionrecoverypolicy-element">The <em>&lt;fixedCountSubscriptionRecoveryPolicy&gt;</em> Element</h3>
<p>This implementation of {@link SubscriptionRecoveryPolicy} will only keep the last message.</p>
<h4 id="properties-17">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>maximumSize</p>
<p><em>int</em></p>
<p>Sets the maximum number of messages that this destination will hold around in RAM</p>
<h3 id="the-fixedsizedsubscriptionrecoverypolicy-element">The <em>&lt;fixedSizedSubscriptionRecoveryPolicy&gt;</em> Element</h3>
<p>This implementation of {@link SubscriptionRecoveryPolicy} will keep a fixed amount of memory available in RAM for message history which is evicted in time order.</p>
<h4 id="properties-18">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>buffer</p>
<p><em>org.apache.activemq.memory.list.MessageList</em></p>
<p>maximumSize</p>
<p><em>int</em></p>
<p>Sets the maximum amount of RAM in bytes that this buffer can hold in RAM</p>
<p>useSharedBuffer</p>
<p><em>boolean</em></p>
<h3 id="the-forwardingbridge-element">The <em>&lt;forwardingBridge&gt;</em> Element</h3>
<p>Forwards all messages from the local broker to the remote broker.</p>
<h4 id="properties-19">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>clientId</p>
<p><em>java.lang.String</em></p>
<p>destinationFilter</p>
<p><em>java.lang.String</em></p>
<p>dispatchAsync</p>
<p><em>boolean</em></p>
<p>localBroker</p>
<p><em>org.apache.activemq.transport.Transport</em></p>
<p>prefetchSize</p>
<p><em>int</em></p>
<p>remoteBroker</p>
<p><em>org.apache.activemq.transport.Transport</em></p>
<h3 id="the-imagebasedjdbcadaptor-element">The <em>&lt;imageBasedJDBCAdaptor&gt;</em> Element</h3>
<p>Provides JDBCAdapter since that uses IMAGE datatype to hold binary data. The databases/JDBC drivers that use this adapter are:</p>
<ul>
<li>Sybase</li>
<li>MS SQL</li>
</ul>
<h4 id="properties-20">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>batchStatments</p>
<p><em>boolean</em></p>
<p>statements</p>
<p><em>org.apache.activemq.store.jdbc.Statements</em></p>
<p>useExternalMessageReferences</p>
<p><em>boolean</em></p>
<h3 id="the-inboundqueuebridge-element">The <em>&lt;inboundQueueBridge&gt;</em> Element</h3>
<p>Create an Inbound Queue Bridge</p>
<h4 id="properties-21">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>consumer</p>
<p><em>javax.jms.MessageConsumer</em></p>
<p>consumerConnection</p>
<p><em>javax.jms.QueueConnection</em></p>
<p>consumerQueue</p>
<p><em>javax.jms.Queue</em></p>
<p>doHandleReplyTo</p>
<p><em>boolean</em></p>
<p>inboundQueueName</p>
<p><em>java.lang.String</em></p>
<p>jmsConnector</p>
<p><em>org.apache.activemq.network.jms.JmsConnector</em></p>
<p>jmsMessageConvertor</p>
<p><em>org.apache.activemq.network.jms.JmsMesageConvertor</em></p>
<p>producerConnection</p>
<p><em>javax.jms.QueueConnection</em></p>
<p>producerQueue</p>
<p><em>javax.jms.Queue</em></p>
<p>selector</p>
<p><em>java.lang.String</em></p>
<h3 id="the-inboundtopicbridge-element">The <em>&lt;inboundTopicBridge&gt;</em> Element</h3>
<p>Create an Inbound Topic Bridge</p>
<h4 id="properties-22">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>consumer</p>
<p><em>javax.jms.MessageConsumer</em></p>
<p>consumerConnection</p>
<p><em>javax.jms.TopicConnection</em></p>
<p>consumerName</p>
<p><em>java.lang.String</em></p>
<p>consumerTopic</p>
<p><em>javax.jms.Topic</em></p>
<p>doHandleReplyTo</p>
<p><em>boolean</em></p>
<p>inboundTopicName</p>
<p><em>java.lang.String</em></p>
<p>jmsConnector</p>
<p><em>org.apache.activemq.network.jms.JmsConnector</em></p>
<p>jmsMessageConvertor</p>
<p><em>org.apache.activemq.network.jms.JmsMesageConvertor</em></p>
<p>producerConnection</p>
<p><em>javax.jms.TopicConnection</em></p>
<p>producerTopic</p>
<p><em>javax.jms.Topic</em></p>
<p>selector</p>
<p><em>java.lang.String</em></p>
<h3 id="the-individualdeadletterstrategy-element">The <em>&lt;individualDeadLetterStrategy&gt;</em> Element</h3>
<p>A {@link DeadLetterStrategy} where each destination has its own individual DLQ using the subject naming hierarchy.</p>
<h4 id="properties-23">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>queuePrefix</p>
<p><em>java.lang.String</em></p>
<p>Sets the prefix to use for all dead letter queues for queue messages</p>
<p>topicPrefix</p>
<p><em>java.lang.String</em></p>
<p>Sets the prefix to use for all dead letter queues for topic messages</p>
<p>useQueueForQueueMessages</p>
<p><em>boolean</em></p>
<p>Sets whether a queue or topic should be used for queue messages sent to a DLQ. The default is to use a Queue</p>
<p>useQueueForTopicMessages</p>
<p><em>boolean</em></p>
<p>Sets whether a queue or topic should be used for topic messages sent to a DLQ. The default is to use a Queue</p>
<h3 id="the-informixjdbcadapter-element">The <em>&lt;informixJDBCAdapter&gt;</em> Element</h3>
<p>JDBC Adapter for Informix database. Because Informix database restricts length of composite primary keys, length of <em>container name</em> field and <em>subscription id</em> field must be reduced to 150 characters. Therefore be sure not to use longer names for container name and subscription id than 150 characters.</p>
<h4 id="properties-24">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>batchStatments</p>
<p><em>boolean</em></p>
<p>statements</p>
<p><em>org.apache.activemq.store.jdbc.Statements</em></p>
<p>useExternalMessageReferences</p>
<p><em>boolean</em></p>
<h3 id="the-jaasauthenticationplugin-element">The <em>&lt;jaasAuthenticationPlugin&gt;</em> Element</h3>
<p>Provides a JAAS based authentication plugin</p>
<h4 id="properties-25">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>configuration</p>
<p><em>java.lang.String</em></p>
<p>Sets the JAAS configuration domain name used</p>
<p>discoverLoginConfig</p>
<p><em>boolean</em></p>
<p>Enables or disables the auto-discovery of the login.config file for JAAS to initialize itself. This flag is enabled by default such that if the <strong>java.security.auth.login.config</strong> system property is not defined then it is set to the location of the <strong>login.config</strong> file on the classpath.</p>
<h3 id="the-jdbcpersistenceadapter-element">The <em>&lt;jdbcPersistenceAdapter&gt;</em> Element</h3>
<p>A {@link PersistenceAdapter} implementation using JDBC for persistence storage. This persistence adapter will correctly remember prepared XA transactions, but it will not keep track of local transaction commits so that operations performed against the Message store are done as a single uow.</p>
<h4 id="properties-26">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>adapter</p>
<p><em>org.apache.activemq.store.jdbc.JDBCAdapter</em></p>
<p>brokerService</p>
<p><em>org.apache.activemq.broker.BrokerService</em></p>
<p>cleanupPeriod</p>
<p><em>int</em></p>
<p>dataDirectory</p>
<p><em>java.lang.String</em></p>
<p>dataDirectoryFile</p>
<p><em>java.io.File</em></p>
<p>dataSource</p>
<p><em>javax.sql.DataSource</em></p>
<p>databaseLocker</p>
<p><em>org.apache.activemq.store.jdbc.DatabaseLocker</em></p>
<p>Sets the database locker strategy to use to lock the database on startup</p>
<p>ds</p>
<p><em>javax.sql.DataSource</em></p>
<p>scheduledThreadPoolExecutor</p>
<p><em>edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor</em></p>
<p>statements</p>
<p><em>org.apache.activemq.store.jdbc.Statements</em></p>
<p>usageManager</p>
<p><em>org.apache.activemq.memory.UsageManager</em></p>
<p>useDatabaseLock</p>
<p><em>boolean</em></p>
<p>useExternalMessageReferences</p>
<p><em>boolean</em></p>
<p>wireFormat</p>
<p><em>org.apache.activeio.command.WireFormat</em></p>
<h3 id="the-jmsqueueconnector-element">The <em>&lt;jmsQueueConnector&gt;</em> Element</h3>
<p>A Bridge to other JMS Queue providers</p>
<h4 id="properties-27">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>brokerService</p>
<p><em>org.apache.activemq.broker.BrokerService</em></p>
<p>One way to configure the local connection - this is called by The BrokerService when the Connector is embedded</p>
<p>inboundMessageConvertor</p>
<p><em>org.apache.activemq.network.jms.JmsMesageConvertor</em></p>
<p>inboundQueueBridges</p>
<p>(<em>org.apache.activemq.network.jms.InboundQueueBridge</em>)*</p>
<p>jndiLocalTemplate</p>
<p><em>org.springframework.jndi.JndiTemplate</em></p>
<p>jndiOutboundTemplate</p>
<p><em>org.springframework.jndi.JndiTemplate</em></p>
<p>localConnectionFactoryName</p>
<p><em>java.lang.String</em></p>
<p>localPassword</p>
<p><em>java.lang.String</em></p>
<p>localQueueConnection</p>
<p><em>javax.jms.QueueConnection</em></p>
<p>localQueueConnectionFactory</p>
<p><em>javax.jms.QueueConnectionFactory</em></p>
<p>localUsername</p>
<p><em>java.lang.String</em></p>
<p>name</p>
<p><em>java.lang.String</em></p>
<p>outboundMessageConvertor</p>
<p><em>org.apache.activemq.network.jms.JmsMesageConvertor</em></p>
<p>outboundPassword</p>
<p><em>java.lang.String</em></p>
<p>outboundQueueBridges</p>
<p>(<em>org.apache.activemq.network.jms.OutboundQueueBridge</em>)*</p>
<p>outboundQueueConnection</p>
<p><em>javax.jms.QueueConnection</em></p>
<p>outboundQueueConnectionFactory</p>
<p><em>javax.jms.QueueConnectionFactory</em></p>
<p>outboundQueueConnectionFactoryName</p>
<p><em>java.lang.String</em></p>
<p>outboundUsername</p>
<p><em>java.lang.String</em></p>
<p>replyToDestinationCacheSize</p>
<p><em>int</em></p>
<h3 id="the-jmstopicconnector-element">The <em>&lt;jmsTopicConnector&gt;</em> Element</h3>
<p>A Bridge to other JMS Topic providers</p>
<h4 id="properties-28">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>brokerService</p>
<p><em>org.apache.activemq.broker.BrokerService</em></p>
<p>One way to configure the local connection - this is called by The BrokerService when the Connector is embedded</p>
<p>inboundMessageConvertor</p>
<p><em>org.apache.activemq.network.jms.JmsMesageConvertor</em></p>
<p>inboundTopicBridges</p>
<p>(<em>org.apache.activemq.network.jms.InboundTopicBridge</em>)*</p>
<p>jndiLocalTemplate</p>
<p><em>org.springframework.jndi.JndiTemplate</em></p>
<p>jndiOutboundTemplate</p>
<p><em>org.springframework.jndi.JndiTemplate</em></p>
<p>localConnectionFactoryName</p>
<p><em>java.lang.String</em></p>
<p>localPassword</p>
<p><em>java.lang.String</em></p>
<p>localTopicConnection</p>
<p><em>javax.jms.TopicConnection</em></p>
<p>localTopicConnectionFactory</p>
<p><em>javax.jms.TopicConnectionFactory</em></p>
<p>localUsername</p>
<p><em>java.lang.String</em></p>
<p>name</p>
<p><em>java.lang.String</em></p>
<p>outboundMessageConvertor</p>
<p><em>org.apache.activemq.network.jms.JmsMesageConvertor</em></p>
<p>outboundPassword</p>
<p><em>java.lang.String</em></p>
<p>outboundTopicBridges</p>
<p>(<em>org.apache.activemq.network.jms.OutboundTopicBridge</em>)*</p>
<p>outboundTopicConnection</p>
<p><em>javax.jms.TopicConnection</em></p>
<p>outboundTopicConnectionFactory</p>
<p><em>javax.jms.TopicConnectionFactory</em></p>
<p>outboundTopicConnectionFactoryName</p>
<p><em>java.lang.String</em></p>
<p>outboundUsername</p>
<p><em>java.lang.String</em></p>
<p>replyToDestinationCacheSize</p>
<p><em>int</em></p>
<h3 id="the-journalpersistenceadapter-element">The <em>&lt;journalPersistenceAdapter&gt;</em> Element</h3>
<p>An implementation of {@link PersistenceAdapter} designed for use with a {@link Journal} and then check pointing asynchronously on a timeout with some other long term persistent storage.</p>
<h4 id="properties-29">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>journal</p>
<p><em>org.apache.activeio.journal.Journal</em></p>
<p>longTermPersistence</p>
<p><em>org.apache.activemq.store.PersistenceAdapter</em></p>
<p>maxCheckpointMessageAddSize</p>
<p><em>int</em></p>
<p>maxCheckpointWorkers</p>
<p><em>int</em></p>
<p>taskRunnerFactory</p>
<p><em>org.apache.activemq.thread.TaskRunnerFactory</em></p>
<p>usageManager</p>
<p><em>org.apache.activemq.memory.UsageManager</em></p>
<p>useExternalMessageReferences</p>
<p><em>boolean</em></p>
<h3 id="the-journaledjdbc-element">The <em>&lt;journaledJDBC&gt;</em> Element</h3>
<p>Creates a default persistence model using the Journal and JDBC</p>
<h4 id="properties-30">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>adapter</p>
<p><em>org.apache.activemq.store.jdbc.JDBCAdapter</em></p>
<p>dataDirectory</p>
<p><em>java.lang.String</em></p>
<p>dataDirectoryFile</p>
<p><em>java.io.File</em></p>
<p>dataSource</p>
<p><em>javax.sql.DataSource</em></p>
<p>jdbcAdapter</p>
<p><em>org.apache.activemq.store.jdbc.JDBCPersistenceAdapter</em></p>
<p>journal</p>
<p><em>org.apache.activeio.journal.Journal</em></p>
<p>journalArchiveDirectory</p>
<p><em>java.io.File</em></p>
<p>journalLogFileSize</p>
<p><em>int</em></p>
<p>journalLogFiles</p>
<p><em>int</em></p>
<p>statements</p>
<p><em>org.apache.activemq.store.jdbc.Statements</em></p>
<p>taskRunnerFactory</p>
<p><em>org.apache.activemq.thread.TaskRunnerFactory</em></p>
<p>useJournal</p>
<p><em>boolean</em></p>
<p>useQuickJournal</p>
<p><em>boolean</em></p>
<h3 id="the-kahapersistenceadapter-element">The <em>&lt;kahaPersistenceAdapter&gt;</em> Element</h3>
<h4 id="properties-31">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>dir</p>
<p><em>java.io.File</em></p>
<p>usageManager</p>
<p><em>org.apache.activemq.memory.UsageManager</em></p>
<p>useExternalMessageReferences</p>
<p><em>boolean</em></p>
<h3 id="the-lastimagesubscriptionrecoverypolicy-element">The <em>&lt;lastImageSubscriptionRecoveryPolicy&gt;</em> Element</h3>
<p>This implementation of {@link SubscriptionRecoveryPolicy} will only keep the last message.</p>
<h3 id="the-loggingbrokerplugin-element">The <em>&lt;loggingBrokerPlugin&gt;</em> Element</h3>
<p>A simple Broker interceptor which allows you to enable/disable logging.</p>
<h4 id="properties-32">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>ackLog</p>
<p><em>org.apache.commons.logging.Log</em></p>
<p>adminConnectionContext</p>
<p><em>org.apache.activemq.broker.ConnectionContext</em></p>
<p>log</p>
<p><em>org.apache.commons.logging.Log</em></p>
<p>next</p>
<p><em>org.apache.activemq.broker.Broker</em></p>
<p>sendLog</p>
<p><em>org.apache.commons.logging.Log</em></p>
<h3 id="the-managementcontext-element">The <em>&lt;managementContext&gt;</em> Element</h3>
<p>A Flow provides different dispatch policies within the NMR</p>
<h4 id="properties-33">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>MBeanServer</p>
<p><em>javax.management.MBeanServer</em></p>
<p>Get the MBeanServer</p>
<p>connectorPath</p>
<p><em>java.lang.String</em></p>
<p>connectorPort</p>
<p><em>int</em></p>
<p>createConnector</p>
<p><em>boolean</em></p>
<p>createMBeanServer</p>
<p><em>boolean</em></p>
<p>findTigerMbeanServer</p>
<p><em>boolean</em></p>
<p>Enables/disables the searching for the Java 5 platform MBeanServer</p>
<p>jmxDomainName</p>
<p><em>java.lang.String</em></p>
<p>server</p>
<p><em>javax.management.MBeanServer</em></p>
<p>useMBeanServer</p>
<p><em>boolean</em></p>
<h3 id="the-memorypersistenceadapter-element">The <em>&lt;memoryPersistenceAdapter&gt;</em> Element</h3>
<h4 id="properties-34">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>usageManager</p>
<p><em>org.apache.activemq.memory.UsageManager</em></p>
<p>useExternalMessageReferences</p>
<p><em>boolean</em></p>
<h3 id="the-multicastnetworkconnector-element">The <em>&lt;multicastNetworkConnector&gt;</em> Element</h3>
<p>A network connector which uses some kind of multicast-like transport that communicates with potentially many remote brokers over a single logical {@link Transport} instance such as when using multicast. This implementation does not depend on multicast at all; any other group based transport could be used.</p>
<h4 id="properties-35">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>bridge</p>
<p><em>org.apache.activemq.network.DemandForwardingBridgeSupport</em></p>
<p>brokerName</p>
<p><em>java.lang.String</em></p>
<p>conduitSubscriptions</p>
<p><em>boolean</em></p>
<p>connectionFilter</p>
<p><em>org.apache.activemq.network.ConnectionFilter</em></p>
<p>decreaseNetworkConsumerPriority</p>
<p><em>boolean</em></p>
<p>dispatchAsync</p>
<p><em>boolean</em></p>
<p>durableDestinations</p>
<p><em>java.util.Set</em></p>
<p>dynamicOnly</p>
<p><em>boolean</em></p>
<p>dynamicallyIncludedDestinations</p>
<p>(<em>java.lang.Object</em>)*</p>
<p>excludedDestinations</p>
<p>(<em>java.lang.Object</em>)*</p>
<p>localTransport</p>
<p><em>org.apache.activemq.transport.Transport</em></p>
<p>localUri</p>
<p><em>java.net.URI</em></p>
<p>name</p>
<p><em>java.lang.String</em></p>
<p>networkTTL</p>
<p><em>int</em></p>
<p>password</p>
<p><em>java.lang.String</em></p>
<p>prefetchSize</p>
<p><em>int</em></p>
<p>remoteTransport</p>
<p><em>org.apache.activemq.transport.Transport</em></p>
<p>Sets the remote transport implementation</p>
<p>remoteURI</p>
<p><em>java.net.URI</em></p>
<p>Sets the remote transport URI to some group transport like <code class="highlighter-rouge">multicast://address:port</code></p>
<p>staticallyIncludedDestinations</p>
<p>(<em>java.lang.Object</em>)*</p>
<p>userName</p>
<p><em>java.lang.String</em></p>
<h3 id="the-networkconnector-element">The <em>&lt;networkConnector&gt;</em> Element</h3>
<p>A network connector which uses a discovery agent to detect the remote brokers available and setup a connection to each available remote broker</p>
<h4 id="properties-36">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>brokerName</p>
<p><em>java.lang.String</em></p>
<p>conduitSubscriptions</p>
<p><em>boolean</em></p>
<p>connectionFilter</p>
<p><em>org.apache.activemq.network.ConnectionFilter</em></p>
<p>decreaseNetworkConsumerPriority</p>
<p><em>boolean</em></p>
<p>discoveryAgent</p>
<p><em>org.apache.activemq.transport.discovery.DiscoveryAgent</em></p>
<p>discoveryURI</p>
<p><em>java.net.URI</em></p>
<p>dispatchAsync</p>
<p><em>boolean</em></p>
<p>durableDestinations</p>
<p><em>java.util.Set</em></p>
<p>dynamicOnly</p>
<p><em>boolean</em></p>
<p>dynamicallyIncludedDestinations</p>
<p>(<em>java.lang.Object</em>)*</p>
<p>excludedDestinations</p>
<p>(<em>java.lang.Object</em>)*</p>
<p>failover</p>
<p><em>boolean</em></p>
<p>localUri</p>
<p><em>java.net.URI</em></p>
<p>name</p>
<p><em>java.lang.String</em></p>
<p>networkTTL</p>
<p><em>int</em></p>
<p>password</p>
<p><em>java.lang.String</em></p>
<p>prefetchSize</p>
<p><em>int</em></p>
<p>staticallyIncludedDestinations</p>
<p>(<em>java.lang.Object</em>)*</p>
<p>uri</p>
<p><em>java.net.URI</em></p>
<p>userName</p>
<p><em>java.lang.String</em></p>
<h3 id="the-nosubscriptionrecoverypolicy-element">The <em>&lt;noSubscriptionRecoveryPolicy&gt;</em> Element</h3>
<p>This is the default Topic recovery policy which does not recover any messages.</p>
<h3 id="the-oldestmessageevictionstrategy-element">The <em>&lt;oldestMessageEvictionStrategy&gt;</em> Element</h3>
<p>An eviction strategy which evicts the oldest message first (which is the default).</p>
<h4 id="properties-37">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>evictExpiredMessagesHighWatermark</p>
<p><em>int</em></p>
<p>Sets the high water mark on which we will eagerly evict expired messages from RAM</p>
<h3 id="the-oldestmessagewithlowestpriorityevictionstrategy-element">The <em>&lt;oldestMessageWithLowestPriorityEvictionStrategy&gt;</em> Element</h3>
<p>An eviction strategy which evicts the oldest message with the lowest priority first.</p>
<h4 id="properties-38">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>evictExpiredMessagesHighWatermark</p>
<p><em>int</em></p>
<p>Sets the high water mark on which we will eagerly evict expired messages from RAM</p>
<h3 id="the-oraclejdbcadapter-element">The <em>&lt;oracleJDBCAdapter&gt;</em> Element</h3>
<p>Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.</p>
<p>Subclassing is encouraged to override the default implementation of methods to account for differences in JDBC Driver implementations.</p>
<p>The JDBCAdapter inserts and extracts BLOB data using the getBytes()/setBytes() operations.</p>
<p>The databases/JDBC drivers that use this adapter are:</p>
<h4 id="properties-39">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>batchStatments</p>
<p><em>boolean</em></p>
<p>statements</p>
<p><em>org.apache.activemq.store.jdbc.Statements</em></p>
<p>useExternalMessageReferences</p>
<p><em>boolean</em></p>
<h3 id="the-outboundqueuebridge-element">The <em>&lt;outboundQueueBridge&gt;</em> Element</h3>
<p>Create an Outbound Queue Bridge</p>
<h4 id="properties-40">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>consumer</p>
<p><em>javax.jms.MessageConsumer</em></p>
<p>consumerConnection</p>
<p><em>javax.jms.QueueConnection</em></p>
<p>consumerQueue</p>
<p><em>javax.jms.Queue</em></p>
<p>doHandleReplyTo</p>
<p><em>boolean</em></p>
<p>jmsConnector</p>
<p><em>org.apache.activemq.network.jms.JmsConnector</em></p>
<p>jmsMessageConvertor</p>
<p><em>org.apache.activemq.network.jms.JmsMesageConvertor</em></p>
<p>outboundQueueName</p>
<p><em>java.lang.String</em></p>
<p>producerConnection</p>
<p><em>javax.jms.QueueConnection</em></p>
<p>producerQueue</p>
<p><em>javax.jms.Queue</em></p>
<p>selector</p>
<p><em>java.lang.String</em></p>
<h3 id="the-outboundtopicbridge-element">The <em>&lt;outboundTopicBridge&gt;</em> Element</h3>
<p>Create an Outbound Topic Bridge</p>
<h4 id="properties-41">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>consumer</p>
<p><em>javax.jms.MessageConsumer</em></p>
<p>consumerConnection</p>
<p><em>javax.jms.TopicConnection</em></p>
<p>consumerName</p>
<p><em>java.lang.String</em></p>
<p>consumerTopic</p>
<p><em>javax.jms.Topic</em></p>
<p>doHandleReplyTo</p>
<p><em>boolean</em></p>
<p>jmsConnector</p>
<p><em>org.apache.activemq.network.jms.JmsConnector</em></p>
<p>jmsMessageConvertor</p>
<p><em>org.apache.activemq.network.jms.JmsMesageConvertor</em></p>
<p>outboundTopicName</p>
<p><em>java.lang.String</em></p>
<p>producerConnection</p>
<p><em>javax.jms.TopicConnection</em></p>
<p>producerTopic</p>
<p><em>javax.jms.Topic</em></p>
<p>selector</p>
<p><em>java.lang.String</em></p>
<h3 id="the-policyentry-element">The <em>&lt;policyEntry&gt;</em> Element</h3>
<p>Represents an entry in a {@link PolicyMap} for assigning policies to a specific destination or a hierarchical wildcard area of destinations.</p>
<h4 id="properties-42">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>deadLetterStrategy</p>
<p><em>org.apache.activemq.broker.region.policy.DeadLetterStrategy</em></p>
<p>Sets the policy used to determine which dead letter queue destination should be used</p>
<p>destination</p>
<p><em>org.apache.activemq.command.ActiveMQDestination</em></p>
<p>dispatchPolicy</p>
<p><em>org.apache.activemq.broker.region.policy.DispatchPolicy</em></p>
<p>memoryLimit</p>
<p><em>long</em></p>
<p>messageEvictionStrategy</p>
<p><em>org.apache.activemq.broker.region.policy.MessageEvictionStrategy</em></p>
<p>Sets the eviction strategy used to decide which message to evict when the slow consumer needs to discard messages</p>
<p>messageGroupHashBucketCount</p>
<p><em>int</em></p>
<p>Sets the number of hash buckets to use for the message group functionality. This is only applicable to using message groups to parallelize processing of a queue while preserving order across an individual JMSXGroupID header value. This value sets the number of hash buckets that will be used (i.e. the maximum possible concurrency).</p>
<p>pendingMessageLimitStrategy</p>
<p><em>org.apache.activemq.broker.region.policy.PendingMessageLimitStrategy</em></p>
<p>Sets the strategy to calculate the maximum number of messages that are allowed to be pending on consumers (in addition to their prefetch sizes). Once the limit is reached, non-durable topics can then start discarding old messages. This allows us to keep dispatching messages to slow consumers while not blocking fast consumers and discarding the messages oldest first.</p>
<p>queue</p>
<p><em>java.lang.String</em></p>
<p>A helper method to set the destination from a configuration file</p>
<p>sendAdvisoryIfNoConsumers</p>
<p><em>boolean</em></p>
<p>Sends an advisory message if a non-persistent message is sent and there are no active consumers</p>
<p>subscriptionRecoveryPolicy</p>
<p><em>org.apache.activemq.broker.region.policy.SubscriptionRecoveryPolicy</em></p>
<p>topic</p>
<p><em>java.lang.String</em></p>
<p>A helper method to set the destination from a configuration file</p>
<h3 id="the-policymap-element">The <em>&lt;policyMap&gt;</em> Element</h3>
<p>Represents a destination based configuration of policies so that individual destinations or wildcard hierarchies of destinations can be configured using different policies.</p>
<h4 id="properties-43">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>defaultEntry</p>
<p><em>org.apache.activemq.broker.region.policy.PolicyEntry</em></p>
<p>entries</p>
<p>(<em>java.lang.Object</em>)*</p>
<p>A helper method to allow the destination map to be populated from a dependency injection framework such as Spring</p>
<p>policyEntries</p>
<p>(<em>java.lang.Object</em>)*</p>
<p>Sets the individual entries on the policy map</p>
<h3 id="the-prefetchratependingmessagelimitstrategy-element">The <em>&lt;prefetchRatePendingMessageLimitStrategy&gt;</em> Element</h3>
<p>This PendingMessageLimitStrategy sets the maximum pending message limit value to be a multiplier of the prefetch limit of the subscription.</p>
<h4 id="properties-44">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>multiplier</p>
<p><em>double</em></p>
<p>Sets the multiplier of the prefetch size which will be used to define the maximum number of pending messages for non-durable topics before messages are discarded.</p>
<h3 id="the-proxyconnector-element">The <em>&lt;proxyConnector&gt;</em> Element</h3>
<h4 id="properties-45">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>bind</p>
<p><em>java.net.URI</em></p>
<p>localUri</p>
<p><em>java.net.URI</em></p>
<p>name</p>
<p><em>java.lang.String</em></p>
<p>remote</p>
<p><em>java.net.URI</em></p>
<p>server</p>
<p><em>org.apache.activemq.transport.TransportServer</em></p>
<h3 id="the-querybasedsubscriptionrecoverypolicy-element">The <em>&lt;queryBasedSubscriptionRecoveryPolicy&gt;</em> Element</h3>
<p>This implementation of {@link SubscriptionRecoveryPolicy} will perform a user specific query mechanism to load any messages they may have missed.</p>
<h4 id="properties-46">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>query</p>
<p><em>org.apache.activemq.broker.region.policy.MessageQuery</em></p>
<p>Sets the query strategy to load initial messages</p>
<h3 id="the-queue-element">The <em>&lt;queue&gt;</em> Element</h3>
<p>An ActiveMQ Queue Destination</p>
<h4 id="properties-47">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>compositeDestinations</p>
<p>(<em>org.apache.activemq.command.ActiveMQDestination</em>)*</p>
<p>name</p>
<p><em>java.lang.String</em></p>
<p>physicalName</p>
<p><em>java.lang.String</em></p>
<p>properties</p>
<p><em>java.util.Properties</em></p>
<p>Get the properties from this instance for storing in JNDI</p>
<h3 id="the-quickjournalpersistenceadapter-element">The <em>&lt;quickJournalPersistenceAdapter&gt;</em> Element</h3>
<p>An implementation of {@link PersistenceAdapter} designed for use with a {@link Journal} and then check pointing asynchronously on a timeout with some other long term persistent storage.</p>
<h4 id="properties-48">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>journal</p>
<p><em>org.apache.activeio.journal.Journal</em></p>
<p>longTermPersistence</p>
<p><em>org.apache.activemq.store.PersistenceAdapter</em></p>
<p>maxCheckpointMessageAddSize</p>
<p><em>int</em></p>
<p>maxCheckpointWorkers</p>
<p><em>int</em></p>
<p>taskRunnerFactory</p>
<p><em>org.apache.activemq.thread.TaskRunnerFactory</em></p>
<p>usageManager</p>
<p><em>org.apache.activemq.memory.UsageManager</em></p>
<p>useExternalMessageReferences</p>
<p><em>boolean</em></p>
<h3 id="the-rapidpersistenceadapter-element">The <em>&lt;rapidPersistenceAdapter&gt;</em> Element</h3>
<p>An implementation of {@link PersistenceAdapter} designed for use with a {@link Journal} and then check pointing asynchronously on a timeout with some other long term persistent storage.</p>
<h4 id="properties-49">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>journal</p>
<p><em>org.apache.activeio.journal.Journal</em></p>
<p>maxCheckpointMessageAddSize</p>
<p><em>int</em></p>
<p>maxCheckpointWorkers</p>
<p><em>int</em></p>
<p>taskRunnerFactory</p>
<p><em>org.apache.activemq.thread.TaskRunnerFactory</em></p>
<p>usageManager</p>
<p><em>org.apache.activemq.memory.UsageManager</em></p>
<p>useExternalMessageReferences</p>
<p><em>boolean</em></p>
<h3 id="the-roundrobindispatchpolicy-element">The <em>&lt;roundRobinDispatchPolicy&gt;</em> Element</h3>
<p>Simple dispatch policy that sends a message to every subscription that matches the message.</p>
<h3 id="the-shareddeadletterstrategy-element">The <em>&lt;sharedDeadLetterStrategy&gt;</em> Element</h3>
<p>A default implementation of {@link DeadLetterStrategy} which uses a constant destination.</p>
<h4 id="properties-50">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>deadLetterQueue</p>
<p><em>org.apache.activemq.command.ActiveMQDestination</em></p>
<h3 id="the-simpleauthenticationplugin-element">The <em>&lt;simpleAuthenticationPlugin&gt;</em> Element</h3>
<p>Provides a simple authentication plugin configured with a map of user-passwords and a map of user-groups</p>
<h4 id="properties-51">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>userGroups</p>
<p><em>java.util.Map</em></p>
<p>Sets the groups a user is in. The key is the user name and the value is a Set of groups</p>
<p>userPasswords</p>
<p><em>java.util.Map</em></p>
<p>Sets the map indexed by user name with the value the password</p>
<h3 id="the-simpleauthorizationmap-element">The <em>&lt;simpleAuthorizationMap&gt;</em> Element</h3>
<p>An AuthorizationMap which is configured with individual DestinationMaps for each operation.</p>
<h4 id="properties-52">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>adminACLs</p>
<p><em>org.apache.activemq.filter.DestinationMap</em></p>
<p>readACLs</p>
<p><em>org.apache.activemq.filter.DestinationMap</em></p>
<p>writeACLs</p>
<p><em>org.apache.activemq.filter.DestinationMap</em></p>
<h3 id="the-simpledispatchpolicy-element">The <em>&lt;simpleDispatchPolicy&gt;</em> Element</h3>
<p>Simple dispatch policy that sends a message to every subscription that matches the message.</p>
<h3 id="the-simplejmsmessageconvertor-element">The <em>&lt;simpleJmsMessageConvertor&gt;</em> Element</h3>
<p>Converts Message from one JMS to another</p>
<h4 id="properties-53">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>connection</p>
<p><em>javax.jms.Connection</em></p>
<h3 id="the-statements-element">The <em>&lt;statements&gt;</em> Element</h3>
<h4 id="properties-54">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>addMessageStatement</p>
<p><em>java.lang.String</em></p>
<p>binaryDataType</p>
<p><em>java.lang.String</em></p>
<p>containerNameDataType</p>
<p><em>java.lang.String</em></p>
<p>createDurableSubStatement</p>
<p><em>java.lang.String</em></p>
<p>createSchemaStatements</p>
<p>(<em>java.lang.String</em>)*</p>
<p>deleteOldMessagesStatement</p>
<p><em>java.lang.String</em></p>
<p>deleteSubscriptionStatement</p>
<p><em>java.lang.String</em></p>
<p>dropSchemaStatements</p>
<p>(<em>java.lang.String</em>)*</p>
<p>durableSubAcksTableName</p>
<p><em>java.lang.String</em></p>
<p>findAllDestinationsStatement</p>
<p><em>java.lang.String</em></p>
<p>findAllDurableSubMessagesStatement</p>
<p><em>java.lang.String</em></p>
<p>findAllDurableSubsStatement</p>
<p><em>java.lang.String</em></p>
<p>findAllMessagesStatement</p>
<p><em>java.lang.String</em></p>
<p>findDurableSubStatement</p>
<p><em>java.lang.String</em></p>
<p>findLastSequenceIdInAcksStatement</p>
<p><em>java.lang.String</em></p>
<p>findLastSequenceIdInMsgsStatement</p>
<p><em>java.lang.String</em></p>
<p>findMessageSequenceIdStatement</p>
<p><em>java.lang.String</em></p>
<p>findMessageStatement</p>
<p><em>java.lang.String</em></p>
<p>lockCreateStatement</p>
<p><em>java.lang.String</em></p>
<p>lockTableName</p>
<p><em>java.lang.String</em></p>
<p>lockUpdateStatement</p>
<p><em>java.lang.String</em></p>
<p>longDataType</p>
<p><em>java.lang.String</em></p>
<p>messageTableName</p>
<p><em>java.lang.String</em></p>
<p>msgIdDataType</p>
<p><em>java.lang.String</em></p>
<p>removeAllMessagesStatement</p>
<p><em>java.lang.String</em></p>
<p>removeAllSubscriptionsStatement</p>
<p><em>java.lang.String</em></p>
<p>removeMessageStatment</p>
<p><em>java.lang.String</em></p>
<p>sequenceDataType</p>
<p><em>java.lang.String</em></p>
<p>stringIdDataType</p>
<p><em>java.lang.String</em></p>
<p>tablePrefix</p>
<p><em>java.lang.String</em></p>
<p>updateLastAckOfDurableSubStatement</p>
<p><em>java.lang.String</em></p>
<p>updateMessageStatement</p>
<p><em>java.lang.String</em></p>
<p>useExternalMessageReferences</p>
<p><em>boolean</em></p>
<p>useLockCreateWhereClause</p>
<p><em>boolean</em></p>
<h3 id="the-streamjdbcadapter-element">The <em>&lt;streamJDBCAdapter&gt;</em> Element</h3>
<p>This JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations. The databases/JDBC drivers that use this adapter are:</p>
<ul>
<li>Axion</li>
</ul>
<h4 id="properties-55">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>batchStatments</p>
<p><em>boolean</em></p>
<p>statements</p>
<p><em>org.apache.activemq.store.jdbc.Statements</em></p>
<p>useExternalMessageReferences</p>
<p><em>boolean</em></p>
<h3 id="the-strictorderdispatchpolicy-element">The <em>&lt;strictOrderDispatchPolicy&gt;</em> Element</h3>
<p>Dispatch policy that causes every subscription to see messages in the same order.</p>
<h3 id="the-timedsubscriptionrecoverypolicy-element">The <em>&lt;timedSubscriptionRecoveryPolicy&gt;</em> Element</h3>
<p>This implementation of {@link SubscriptionRecoveryPolicy} will keep a timed buffer of messages around in memory and use that to recover new subscriptions.</p>
<h4 id="properties-56">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>recoverDuration</p>
<p><em>long</em></p>
<h3 id="the-topic-element">The <em>&lt;topic&gt;</em> Element</h3>
<p>An ActiveMQ Topic Destination</p>
<h4 id="properties-57">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>compositeDestinations</p>
<p>(<em>org.apache.activemq.command.ActiveMQDestination</em>)*</p>
<p>name</p>
<p><em>java.lang.String</em></p>
<p>physicalName</p>
<p><em>java.lang.String</em></p>
<p>properties</p>
<p><em>java.util.Properties</em></p>
<p>Get the properties from this instance for storing in JNDI</p>
<h3 id="the-transportconnector-element">The <em>&lt;transportConnector&gt;</em> Element</h3>
<h4 id="properties-58">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>broker</p>
<p><em>org.apache.activemq.broker.Broker</em></p>
<p>brokerInfo</p>
<p><em>org.apache.activemq.command.BrokerInfo</em></p>
<p>brokerName</p>
<p><em>java.lang.String</em></p>
<p>connectUri</p>
<p><em>java.net.URI</em></p>
<p>disableAsyncDispatch</p>
<p><em>boolean</em></p>
<p>discoveryAgent</p>
<p><em>org.apache.activemq.transport.discovery.DiscoveryAgent</em></p>
<p>discoveryUri</p>
<p><em>java.net.URI</em></p>
<p>messageAuthorizationPolicy</p>
<p><em>org.apache.activemq.security.MessageAuthorizationPolicy</em></p>
<p>Sets the policy used to decide if the current connection is authorized to consume a given message</p>
<p>name</p>
<p><em>java.lang.String</em></p>
<p>server</p>
<p><em>org.apache.activemq.transport.TransportServer</em></p>
<p>taskRunnerFactory</p>
<p><em>org.apache.activemq.thread.TaskRunnerFactory</em></p>
<p>uri</p>
<p><em>java.net.URI</em></p>
<p>Sets the server transport URI to use if there is not a {@link TransportServer} configured via the {@link #setServer(TransportServer)} method. This value is used to lazy create a {@link TransportServer} instance</p>
<h3 id="the-usagemanager-element">The <em>&lt;usageManager&gt;</em> Element</h3>
<p>Used to keep track of how much of something is being used so that a productive working set usage can be controlled. Main use case is manage memory usage.</p>
<h4 id="properties-59">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>limit</p>
<p><em>long</em></p>
<p>Sets the memory limit in bytes</p>
<p>limitKb</p>
<p><em>long</em></p>
<p>Sets the memory limit in kilobytes</p>
<p>limitMb</p>
<p><em>long</em></p>
<p>Sets the memory limit in megabytes</p>
<p>parent</p>
<p><em>org.apache.activemq.memory.UsageManager</em></p>
<p>percentUsage</p>
<p><em>int</em></p>
<p>percentUsageMinDelta</p>
<p><em>int</em></p>
<p>Sets the minimum number of percentage points the usage has to change before a UsageListener event is fired by the manager.</p>
<h3 id="the-virtualdestinationinterceptor-element">The <em>&lt;virtualDestinationInterceptor&gt;</em> Element</h3>
<p>Implements <a href="http://incubator.apache.org/activemqFeatures/Destination Features/Features/Destination Features/virtual-destinations">Virtual Topics</a>.</p>
<h4 id="properties-60">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>virtualDestinations</p>
<p>(<em>org.apache.activemq.broker.region.virtual.VirtualDestination</em>)*</p>
<h3 id="the-virtualtopic-element">The <em>&lt;virtualTopic&gt;</em> Element</h3>
<p>Creates <a href="http://activemq.org/siteFeatures/Destination Features/Features/Destination Features/virtual-destinations">Virtual Topics</a> using a prefix and postfix. The virtual destination creates a wildcard that is then used to look up all active queue subscriptions which match.</p>
<h4 id="properties-61">Properties</h4>
<p>Property Name</p>
<p>Type</p>
<p>Description</p>
<p>name</p>
<p><em>java.lang.String</em></p>
<p>postfix</p>
<p><em>java.lang.String</em></p>
<p>Sets any postix used to identify the queue consumers</p>
<p>prefix</p>
<p><em>java.lang.String</em></p>
<p>Sets the prefix wildcard used to identify the queue consumers for a given topic</p>
<h3 id="element-index">Element Index</h3>
<p><em>&lt;authorizationEntry&gt;</em></p>
<p>Represents an entry in a {@link DefaultAuthorizationMap} for assigning different operations (read, write, admin) of user roles to a specific destination or a hierarchical wildcard area of destinations.</p>
<p><em>&lt;authorizationMap&gt;</em></p>
<p>Represents a destination based configuration of policies so that individual destinations or wildcard hierarchies of destinations can be configured using different policies. Each entry in the map represents the authorization ACLs for each operation.</p>
<p><em>&lt;authorizationPlugin&gt;</em></p>
<p>An authorization plugin where each operation on a destination is checked against an authorizationMap</p>
<p><em>&lt;axionJDBCAdapter&gt;</em></p>
<p>Axion specific Adapter. Axion does not seem to support ALTER statements or sub-selects. This means: - We cannot auto upgrade the schema was we roll out new versions of ActiveMQ - We cannot delete durable sub messages that have be acknowledged by all consumers.</p>
<p><em>&lt;blobJDBCAdapter&gt;</em></p>
<p>This JDBCAdapter inserts and extracts BLOB data using the getBlob()/setBlob() operations. This is a little more involved since to insert a blob you have to: 1: insert empty blob. 2: select the blob 3: finally update the blob with data value. The databases/JDBC drivers that use this adapter are:</p>
<p><em>&lt;broker&gt;</em></p>
<p>An ActiveMQ Message Broker which consists of a number of transport connectors, network connectors and a persistence adaptor</p>
<p><em>&lt;bytesJDBCAdapter&gt;</em></p>
<p>This JDBCAdapter inserts and extracts BLOB data using the setBytes()/getBytes() operations. The databases/JDBC drivers that use this adapter are:</p>
<p><em>&lt;compositeDemandForwardingBridge&gt;</em></p>
<p>A demand forwarding bridge which works with multicast style transports where a single Transport could be communicating with multiple remote brokers</p>
<p><em>&lt;compositeQueue&gt;</em></p>
<p>Represents a virtual queue which forwards to a number of other destinations.</p>
<p><em>&lt;compositeTopic&gt;</em></p>
<p>Represents a virtual topic which forwards to a number of other destinations.</p>
<p><em>&lt;connectionDotFilePlugin&gt;</em></p>
<p>A <a href="http://www.graphviz.org/">DOT</a> file creator plugin which creates a DOT file showing the current connections</p>
<p><em>&lt;constantPendingMessageLimitStrategy&gt;</em></p>
<p>This PendingMessageLimitStrategy is configured to a constant value for all subscriptions.</p>
<p><em>&lt;db2JDBCAdapter&gt;</em></p>
<p><em>&lt;defaultJDBCAdapter&gt;</em></p>
<p>Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.</p>
<p>sub-classing is encouraged to override the default implementation of methods to account for differences in JDBC Driver implementations.</p>
<p>The JDBCAdapter inserts and extracts BLOB data using the getBytes()/setBytes() operations.</p>
<p>The databases/JDBC drivers that use this adapter are:</p>
<p><em>&lt;demandForwardingBridge&gt;</em></p>
<p>Forwards messages from the local broker to the remote broker based on demand.</p>
<p><em>&lt;destinationDotFilePlugin&gt;</em></p>
<p>A <a href="http://www.graphviz.org/">DOT</a> file creator plugin which creates a DOT file showing the current topic &amp; queue hierarchies.</p>
<p><em>&lt;destinationEntry&gt;</em></p>
<p>A default entry in a DestinationMap which holds a single value.</p>
<p><em>&lt;fixedCountSubscriptionRecoveryPolicy&gt;</em></p>
<p>This implementation of {@link SubscriptionRecoveryPolicy} will only keep the last message.</p>
<p><em>&lt;fixedSizedSubscriptionRecoveryPolicy&gt;</em></p>
<p>This implementation of {@link SubscriptionRecoveryPolicy} will keep a fixed amount of memory available in RAM for message history which is evicted in time order.</p>
<p><em>&lt;forwardingBridge&gt;</em></p>
<p>Forwards all messages from the local broker to the remote broker.</p>
<p><em>&lt;imageBasedJDBCAdaptor&gt;</em></p>
<p>Provides JDBCAdapter since that uses IMAGE datatype to hold binary data. The databases/JDBC drivers that use this adapter are:</p>
<ul>
<li>Sybase</li>
<li>MS SQL</li>
</ul>
<p><em>&lt;inboundQueueBridge&gt;</em></p>
<p>Create an Inbound Queue Bridge</p>
<p><em>&lt;inboundTopicBridge&gt;</em></p>
<p>Create an Inbound Topic Bridge</p>
<p><em>&lt;individualDeadLetterStrategy&gt;</em></p>
<p>A {@link DeadLetterStrategy} where each destination has its own individual DLQ using the subject naming hierarchy.</p>
<p><em>&lt;informixJDBCAdapter&gt;</em></p>
<p>JDBC Adapter for Informix database. Because Informix database restricts length of composite primary keys, length of <em>container name</em> field and <em>subscription id</em> field must be reduced to 150 characters. Therefore be sure not to use longer names for container name and subscription id than 150 characters.</p>
<p><em>&lt;jaasAuthenticationPlugin&gt;</em></p>
<p>Provides a JAAS based authentication plugin</p>
<p><em>&lt;jdbcPersistenceAdapter&gt;</em></p>
<p>A {@link PersistenceAdapter} implementation using JDBC for persistence storage. This persistence adapter will correctly remember prepared XA transactions, but it will not keep track of local transaction commits so that operations performed against the Message store are done as a single uow.</p>
<p><em>&lt;jmsQueueConnector&gt;</em></p>
<p>A Bridge to other JMS Queue providers</p>
<p><em>&lt;jmsTopicConnector&gt;</em></p>
<p>A Bridge to other JMS Topic providers</p>
<p><em>&lt;journalPersistenceAdapter&gt;</em></p>
<p>An implementation of {@link PersistenceAdapter} designed for use with a {@link Journal} and then check pointing asynchronously on a timeout with some other long term persistent storage.</p>
<p><em>&lt;journaledJDBC&gt;</em></p>
<p>Creates a default persistence model using the Journal and JDBC</p>
<p><em>&lt;kahaPersistenceAdapter&gt;</em></p>
<p><em>&lt;lastImageSubscriptionRecoveryPolicy&gt;</em></p>
<p>This implementation of {@link SubscriptionRecoveryPolicy} will only keep the last message.</p>
<p><em>&lt;loggingBrokerPlugin&gt;</em></p>
<p>A simple Broker interceptor which allows you to enable/disable logging.</p>
<p><em>&lt;managementContext&gt;</em></p>
<p>A Flow provides different dispatch policies within the NMR</p>
<p><em>&lt;memoryPersistenceAdapter&gt;</em></p>
<p><em>&lt;multicastNetworkConnector&gt;</em></p>
<p>A network connector which uses some kind of multicast-like transport that communicates with potentially many remote brokers over a single logical {@link Transport} instance such as when using multicast. This implementation does not depend on multicast at all; any other group based transport could be used.</p>
<p><em>&lt;networkConnector&gt;</em></p>
<p>A network connector which uses a discovery agent to detect the remote brokers available and setup a connection to each available remote broker</p>
<p><em>&lt;noSubscriptionRecoveryPolicy&gt;</em></p>
<p>This is the default Topic recovery policy which does not recover any messages.</p>
<p><em>&lt;oldestMessageEvictionStrategy&gt;</em></p>
<p>An eviction strategy which evicts the oldest message first (which is the default).</p>
<p><em>&lt;oldestMessageWithLowestPriorityEvictionStrategy&gt;</em></p>
<p>An eviction strategy which evicts the oldest message with the lowest priority first.</p>
<p><em>&lt;oracleJDBCAdapter&gt;</em></p>
<p>Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.</p>
<p>Subclassing is encouraged to override the default implementation of methods to account for differences in JDBC Driver implementations.</p>
<p>The JDBCAdapter inserts and extracts BLOB data using the getBytes()/setBytes() operations.</p>
<p>The databases/JDBC drivers that use this adapter are:</p>
<p><em>&lt;outboundQueueBridge&gt;</em></p>
<p>Create an Outbound Queue Bridge</p>
<p><em>&lt;outboundTopicBridge&gt;</em></p>
<p>Create an Outbound Topic Bridge</p>
<p><em>&lt;policyEntry&gt;</em></p>
<p>Represents an entry in a {@link PolicyMap} for assigning policies to a specific destination or a hierarchical wildcard area of destinations.</p>
<p><em>&lt;policyMap&gt;</em></p>
<p>Represents a destination based configuration of policies so that individual destinations or wildcard hierarchies of destinations can be configured using different policies.</p>
<p><em>&lt;prefetchRatePendingMessageLimitStrategy&gt;</em></p>
<p>This PendingMessageLimitStrategy sets the maximum pending message limit value to be a multiplier of the prefetch limit of the subscription.</p>
<p><em>&lt;proxyConnector&gt;</em></p>
<p><em>&lt;queryBasedSubscriptionRecoveryPolicy&gt;</em></p>
<p>This implementation of {@link SubscriptionRecoveryPolicy} will perform a user specific query mechanism to load any messages they may have missed.</p>
<p><em>&lt;queue&gt;</em></p>
<p>An ActiveMQ Queue Destination</p>
<p><em>&lt;quickJournalPersistenceAdapter&gt;</em></p>
<p>An implementation of {@link PersistenceAdapter} designed for use with a {@link Journal} and then check pointing asynchronously on a timeout with some other long term persistent storage.</p>
<p><em>&lt;rapidPersistenceAdapter&gt;</em></p>
<p>An implementation of {@link PersistenceAdapter} designed for use with a {@link Journal} and then check pointing asynchronously on a timeout with some other long term persistent storage.</p>
<p><em>&lt;roundRobinDispatchPolicy&gt;</em></p>
<p>Simple dispatch policy that sends a message to every subscription that matches the message.</p>
<p><em>&lt;sharedDeadLetterStrategy&gt;</em></p>
<p>A default implementation of {@link DeadLetterStrategy} which uses a constant destination.</p>
<p><em>&lt;simpleAuthenticationPlugin&gt;</em></p>
<p>Provides a simple authentication plugin configured with a map of user-passwords and a map of user-groups</p>
<p><em>&lt;simpleAuthorizationMap&gt;</em></p>
<p>An AuthorizationMap which is configured with individual DestinationMaps for each operation.</p>
<p><em>&lt;simpleDispatchPolicy&gt;</em></p>
<p>Simple dispatch policy that sends a message to every subscription that matches the message.</p>
<p><em>&lt;simpleJmsMessageConvertor&gt;</em></p>
<p>Converts Message from one JMS to another</p>
<p><em>&lt;statements&gt;</em></p>
<p><em>&lt;streamJDBCAdapter&gt;</em></p>
<p>This JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations. The databases/JDBC drivers that use this adapter are:</p>
<ul>
<li>Axion</li>
</ul>
<p><em>&lt;strictOrderDispatchPolicy&gt;</em></p>
<p>Dispatch policy that causes every subscription to see messages in the same order.</p>
<p><em>&lt;timedSubscriptionRecoveryPolicy&gt;</em></p>
<p>This implementation of {@link SubscriptionRecoveryPolicy} will keep a timed buffer of messages around in memory and use that to recover new subscriptions.</p>
<p><em>&lt;topic&gt;</em></p>
<p>An ActiveMQ Topic Destination</p>
<p><em>&lt;transportConnector&gt;</em></p>
<p><em>&lt;usageManager&gt;</em></p>
<p>Used to keep track of how much of something is being used so that a productive working set usage can be controlled. Main use case is manage memory usage.</p>
<p><em>&lt;virtualDestinationInterceptor&gt;</em></p>
<p>Implements <a href="http://incubator.apache.org/activemqFeatures/Destination Features/Features/Destination Features/virtual-destinations">Virtual Topics</a>.</p>
<p><em>&lt;virtualTopic&gt;</em></p>
<p>Creates <a href="http://activemq.org/siteFeatures/Destination Features/Features/Destination Features/virtual-destinations">Virtual Topics</a> using a prefix and postfix. The virtual destination creates a wildcard that is then used to look up all active queue subscriptions which match.</p>
</div>
</div>
</div>
</div>
<div class="row sitemap">
<div class="col-sm-12">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="row">
<div class="col-sm-3">
<div >
<img class="float-left" style="max-height: 100px" src="/assets/img/activemq_logo_white_vertical_small.png"/>
</div>
</div>
<div style="text-align: center; margin-bottom: 0px; margin-top: 30px; font-size: 65%" class="col-sm-6">
<p>Apache ActiveMQ, ActiveMQ, ActiveMQ Artemis, Apache, the Apache feather logo, and the Apache ActiveMQ project logo are trademarks of The Apache Software Foundation. Copyright &copy; 2019, The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p>
</div>
<div class="col-sm-3">
<div >
<a href="https://www.apache.org"><img class="float-right" style="margin-top: 10px; max-height: 80px" src="/assets/img/apache-logo-small.png"/></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>