组织ID: |
org.apache.activemq |
项目ID: |
activemq-broker |
版本: |
5.15.6 |
最后修改时间: |
2018-09-10 11:11:09 |
包类型: |
jar |
标题: |
ActiveMQ :: Broker |
描述: |
The ActiveMQ Message Broker implementation |
大小: |
1.13MB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>5.15.6</version>
</dependency>
|
Gradle引入代码: |
org.apache.activemq:activemq-broker:5.15.6
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.15.6</version>
</parent>
<artifactId>activemq-broker</artifactId>
<packaging>jar</packaging>
<name>ActiveMQ :: Broker</name>
<description>The ActiveMQ Message Broker implementation</description>
<properties>
<surefire.argLine>-Xmx512M</surefire.argLine>
</properties>
<dependencies>
<!-- =============================== -->
<!-- Required Dependencies -->
<!-- =============================== -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-client</artifactId>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-openwire-legacy</artifactId>
</dependency>
<!-- =============================== -->
<!-- Optional Dependencies -->
<!-- =============================== -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-jaas</artifactId>
<optional>true</optional>
</dependency>
<!-- to support XPath based Selectors -->
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<optional>true</optional>
</dependency>
<!-- =============================== -->
<!-- Testing Dependencies -->
<!-- =============================== -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava-version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin-version}</version>
<configuration>
<!-- necessary for now under the javadocs can be fixed because jdk8 is much stricter -->
<additionalparam>${javadoc.options}</additionalparam>
<links>
<link>${javase-javadoc-url}</link>
<link>${javaee-javadoc-url}</link>
<link>${slf4j-javadoc-url}</link>
<link>http://junit.sourceforge.net/javadoc/</link>
</links>
<stylesheetfile>${basedir}/../etc/css/stylesheet.css</stylesheetfile>
<linksource>true</linksource>
<maxmemory>256m</maxmemory>
<source>${source-version}</source>
<groups>
<group>
<title>JMS Client</title>
<packages>org.apache.activemq:org.apache.activemq.command</packages>
</group>
<group>
<title>JMS Client support classes for working with BLOBs and JNDI</title>
<packages>org.apache.activemq.blob:org.apache.activemq.jndi</packages>
</group>
<group>
<title>Enterprise Integration Pattern support via Camel</title>
<packages>org.apache.activemq.camel:org.apache.activemq.camel.*</packages>
</group>
<group>
<title>Spring support</title>
<packages>org.apache.activemq.spring:org.apache.activemq.xbean:org.apache.activemq.pool</packages>
</group>
<group>
<title>JMS Client Implementation classes</title>
<packages>org.apache.activemq.filter:org.apache.activemq.management:org.apache.activemq.selector:org.apache.activemq.thread</packages>
</group>
<group>
<title>Broker implementation</title>
<packages>org.apache.activemq.advisory:org.apache.activemq.broker:org.apache.activemq.broker.*:org.apache.activemq.state:org.apache.activemq.security:org.apache.activemq.transaction</packages>
</group>
<group>
<title>Broker Persistent Store</title>
<packages>org.apache.activemq.store:org.apache.activemq.store.*</packages>
</group>
<group>
<title>Kaha fast file based storage</title>
<packages>org.apache.activemq.kaha:org.apache.activemq.kaha.*</packages>
</group>
<group>
<title>Transports</title>
<packages>org.apache.activemq.transport:org.apache.activemq.transport.*</packages>
</group>
<group>
<title>Memory handling</title>
<packages>org.apache.activemq.memory:org.apache.activemq.memory.*</packages>
</group>
<group>
<title>Networks of Brokers</title>
<packages>org.apache.activemq.network:org.apache.activemq.network.*</packages>
</group>
<group>
<title>OpenWire support</title>
<packages>org.apache.activemq.openwire:org.apache.activemq.openwire.*</packages>
</group>
<group>
<title>Utility classes</title>
<packages>org.apache.activemq.util:org.apache.activemq.wireformat:org.apache.activemq.proxy</packages>
</group>
</groups>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>${findbugs-maven-plugin-version}</version>
<configuration>
<threshold>Normal</threshold>
<effort>Default</effort>
</configuration>
</plugin>
</plugins>
</reporting>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
<argLine>${surefire.argLine}</argLine>
<runOrder>alphabetical</runOrder>
<systemProperties>
<property>
<name>org.apache.activemq.default.directory.prefix</name>
<value>target/</value>
</property>
</systemProperties>
<includes>
<include>**/*Test.*</include>
</includes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<filesets>
<fileset>
<directory>${basedir}/activemq-data</directory>
</fileset>
</filesets>
</configuration>
</plugin>
<!-- generate the attached tests jar -->
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>activemq.tests-sanity</id>
<activation>
<property>
<name>activemq.tests</name>
<value>smoke</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/JmsQueueTransactionTest.*</exclude>
<exclude>**/MessageInterceptorTest.*</exclude>
<exclude>**/BrokerDestinationViewTest.*</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>activemq.tests-autoTransport</id>
<activation>
<property>
<name>activemq.tests</name>
<value>autoTransport</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/services/org/apache/activemq/broker/broker
META-INF/services/org/apache/activemq/broker/properties
META-INF/services/org/apache/activemq/broker/xbean
META-INF/services/org/apache/activemq/groups/bucket
META-INF/services/org/apache/activemq/groups/cached
META-INF/services/org/apache/activemq/groups/simple
META-INF/services/org/apache/activemq/transport/auto
META-INF/services/org/apache/activemq/transport/auto+nio
META-INF/services/org/apache/activemq/transport/auto+nio+ssl
META-INF/services/org/apache/activemq/transport/auto+ssl
META-INF/services/org/apache/activemq/transport/logwriters/custom
META-INF/services/org/apache/activemq/transport/logwriters/default
META-INF/services/org/apache/activemq/transport/peer
META-INF/services/org/apache/activemq/transport/vm
META-INF/NOTICE
META-INF/LICENSE
META-INF/DEPENDENCIES
org.apache.activemq.broker.region.policy.PendingDurableSubscriberMessageStoragePolicy.class
org.apache.activemq.broker.region.policy.DeadLetterStrategy.class
org.apache.activemq.broker.region.policy.SlowConsumerStrategy.class
org.apache.activemq.broker.region.policy.PolicyMap.class
org.apache.activemq.broker.region.policy.DispatchPolicy.class
org.apache.activemq.broker.region.policy.SubscriptionRecoveryPolicy.class
org.apache.activemq.broker.region.policy.PolicyEntry.class
org.apache.activemq.broker.region.policy.AbortSlowConsumerStrategy$1.class
org.apache.activemq.broker.region.policy.AbortSlowConsumerStrategy$2.class
org.apache.activemq.broker.region.policy.AbortSlowConsumerStrategy.class
org.apache.activemq.broker.region.policy.PendingMessageLimitStrategy.class
org.apache.activemq.broker.region.policy.MessageEvictionStrategy.class
org.apache.activemq.broker.region.policy.PendingQueueMessageStoragePolicy.class
org.apache.activemq.broker.region.policy.PendingSubscriberMessageStoragePolicy.class
org.apache.activemq.broker.region.policy.SlowConsumerEntry.class
org.apache.activemq.broker.region.policy.SimpleDispatchSelector.class
org.apache.activemq.broker.region.policy.DispatchSelector.class
org.apache.activemq.broker.region.policy.TimedSubscriptionRecoveryPolicy$TimestampWrapper.class
org.apache.activemq.broker.region.policy.TimedSubscriptionRecoveryPolicy$1.class
org.apache.activemq.broker.region.policy.TimedSubscriptionRecoveryPolicy.class
org.apache.activemq.broker.region.policy.PrefetchRatePendingMessageLimitStrategy.class
org.apache.activemq.broker.region.policy.SimpleDispatchPolicy.class
org.apache.activemq.broker.region.policy.UniquePropertyMessageEvictionStrategy.class
org.apache.activemq.broker.region.policy.MessageEvictionStrategySupport.class
org.apache.activemq.broker.region.policy.AbstractDeadLetterStrategy.class
org.apache.activemq.broker.region.policy.VMPendingDurableSubscriberMessageStoragePolicy.class
org.apache.activemq.broker.region.policy.VMPendingQueueMessageStoragePolicy.class
org.apache.activemq.broker.region.policy.NoSubscriptionRecoveryPolicy.class
org.apache.activemq.broker.region.policy.OldestMessageEvictionStrategy.class
org.apache.activemq.broker.region.policy.SharedDeadLetterStrategy.class
org.apache.activemq.broker.region.policy.FilePendingQueueMessageStoragePolicy.class
org.apache.activemq.broker.region.policy.VMPendingSubscriberMessageStoragePolicy.class
org.apache.activemq.broker.region.policy.AbortSlowAckConsumerStrategy.class
org.apache.activemq.broker.region.policy.IndividualDeadLetterStrategy.class
org.apache.activemq.broker.region.policy.MessageQuery.class
org.apache.activemq.broker.region.policy.RoundRobinDispatchPolicy.class
org.apache.activemq.broker.region.policy.FilePendingDurableSubscriberMessageStoragePolicy.class
org.apache.activemq.broker.region.policy.QueryBasedSubscriptionRecoveryPolicy$1.class
org.apache.activemq.broker.region.policy.QueryBasedSubscriptionRecoveryPolicy.class
org.apache.activemq.broker.region.policy.StorePendingDurableSubscriberMessageStoragePolicy.class
org.apache.activemq.broker.region.policy.LastImageSubscriptionRecoveryPolicy.class
org.apache.activemq.broker.region.policy.PriorityNetworkDispatchPolicy.class
org.apache.activemq.broker.region.policy.FixedCountSubscriptionRecoveryPolicy.class
org.apache.activemq.broker.region.policy.RetainedMessageSubscriptionRecoveryPolicy.class
org.apache.activemq.broker.region.policy.StrictOrderDispatchPolicy.class
org.apache.activemq.broker.region.policy.FilePendingSubscriberMessageStoragePolicy.class
org.apache.activemq.broker.region.policy.DiscardingDeadLetterStrategy.class
org.apache.activemq.broker.region.policy.PriorityDispatchPolicy$1.class
org.apache.activemq.broker.region.policy.PriorityDispatchPolicy.class
org.apache.activemq.broker.region.policy.OldestMessageWithLowestPriorityEvictionStrategy.class
org.apache.activemq.broker.region.policy.StorePendingQueueMessageStoragePolicy.class
org.apache.activemq.broker.region.policy.ConstantPendingMessageLimitStrategy.class
org.apache.activemq.broker.region.policy.FixedSizedSubscriptionRecoveryPolicy.class
org.apache.activemq.broker.region.Region.class
org.apache.activemq.broker.region.DurableTopicSubscription.class
org.apache.activemq.broker.region.PrefetchSubscription$1.class
org.apache.activemq.broker.region.PrefetchSubscription$2.class
org.apache.activemq.broker.region.PrefetchSubscription$3.class
org.apache.activemq.broker.region.PrefetchSubscription.class
org.apache.activemq.broker.region.AbstractSubscription.class
org.apache.activemq.broker.region.Subscription.class
org.apache.activemq.broker.region.SubscriptionRecovery.class
org.apache.activemq.broker.region.cursors.PendingMessageCursor.class
org.apache.activemq.broker.region.cursors.AbstractStoreCursor.class
org.apache.activemq.broker.region.cursors.AbstractPendingMessageCursor.class
org.apache.activemq.broker.region.cursors.PendingList.class
org.apache.activemq.broker.region.cursors.QueueDispatchPendingList$1.class
org.apache.activemq.broker.region.cursors.QueueDispatchPendingList$2.class
org.apache.activemq.broker.region.cursors.QueueDispatchPendingList.class
org.apache.activemq.broker.region.cursors.PendingNode.class
org.apache.activemq.broker.region.cursors.OrderedPendingList$1.class
org.apache.activemq.broker.region.cursors.OrderedPendingList.class
org.apache.activemq.broker.region.cursors.PendingMessageHelper.class
org.apache.activemq.broker.region.cursors.StoreQueueCursor.class
org.apache.activemq.broker.region.cursors.QueueStorePrefetch.class
org.apache.activemq.broker.region.cursors.VMPendingMessageCursor.class
org.apache.activemq.broker.region.cursors.TopicStorePrefetch.class
org.apache.activemq.broker.region.cursors.StoreDurableSubscriberCursor.class
org.apache.activemq.broker.region.cursors.PrioritizedPendingList$PrioritizedPendingListIterator.class
org.apache.activemq.broker.region.cursors.PrioritizedPendingList.class
org.apache.activemq.broker.region.cursors.FilePendingMessageCursor$DiskIterator.class
org.apache.activemq.broker.region.cursors.FilePendingMessageCursor.class
org.apache.activemq.broker.region.Destination.class
org.apache.activemq.broker.region.virtual.VirtualDestination.class
org.apache.activemq.broker.region.virtual.SelectorAwareVirtualTopicInterceptor.class
org.apache.activemq.broker.region.virtual.VirtualTopicInterceptor$1.class
org.apache.activemq.broker.region.virtual.VirtualTopicInterceptor.class
org.apache.activemq.broker.region.virtual.VirtualTopic.class
org.apache.activemq.broker.region.virtual.MirroredQueue$1.class
org.apache.activemq.broker.region.virtual.MirroredQueue.class
org.apache.activemq.broker.region.virtual.CompositeDestination$1.class
org.apache.activemq.broker.region.virtual.CompositeDestination.class
org.apache.activemq.broker.region.virtual.CompositeQueue.class
org.apache.activemq.broker.region.virtual.FilteredDestination.class
org.apache.activemq.broker.region.virtual.CompositeTopic.class
org.apache.activemq.broker.region.virtual.CompositeDestinationFilter$1.class
org.apache.activemq.broker.region.virtual.CompositeDestinationFilter.class
org.apache.activemq.broker.region.virtual.MappedQueueFilter.class
org.apache.activemq.broker.region.virtual.VirtualDestinationInterceptor$1.class
org.apache.activemq.broker.region.virtual.VirtualDestinationInterceptor.class
org.apache.activemq.broker.region.DestinationInterceptor.class
org.apache.activemq.broker.region.Topic$1.class
org.apache.activemq.broker.region.Topic$2.class
org.apache.activemq.broker.region.Topic$3.class
org.apache.activemq.broker.region.Topic$4.class
org.apache.activemq.broker.region.Topic$5.class
org.apache.activemq.broker.region.Topic$6.class
org.apache.activemq.broker.region.Topic.class
org.apache.activemq.broker.region.BaseDestination.class
org.apache.activemq.broker.region.RegionBroker$1.class
org.apache.activemq.broker.region.RegionBroker$2.class
org.apache.activemq.broker.region.RegionBroker.class
org.apache.activemq.broker.region.SubscriptionStatistics.class
org.apache.activemq.broker.region.ConnectionStatistics.class
org.apache.activemq.broker.region.DestinationStatistics.class
org.apache.activemq.broker.region.DestinationFactory.class
org.apache.activemq.broker.region.LockOwner$1.class
org.apache.activemq.broker.region.LockOwner.class
org.apache.activemq.broker.region.ConnectorStatistics.class
org.apache.activemq.broker.region.group.MessageGroupMapFactory.class
org.apache.activemq.broker.region.group.MessageGroupMap.class
org.apache.activemq.broker.region.group.MessageGroupSet.class
org.apache.activemq.broker.region.group.CachedMessageGroupMapFactory.class
org.apache.activemq.broker.region.group.SimpleMessageGroupMap.class
org.apache.activemq.broker.region.group.GroupFactoryFinder.class
org.apache.activemq.broker.region.group.CachedMessageGroupMap$1.class
org.apache.activemq.broker.region.group.CachedMessageGroupMap.class
org.apache.activemq.broker.region.group.SimpleMessageGroupMapFactory.class
org.apache.activemq.broker.region.group.MessageGroupHashBucketFactory.class
org.apache.activemq.broker.region.group.EmptyMessageGroupSet.class
org.apache.activemq.broker.region.group.SimpleMessageGroupSet.class
org.apache.activemq.broker.region.group.MessageGroupHashBucket$1.class
org.apache.activemq.broker.region.group.MessageGroupHashBucket$2.class
org.apache.activemq.broker.region.group.MessageGroupHashBucket.class
org.apache.activemq.broker.region.Queue$1.class
org.apache.activemq.broker.region.Queue$2.class
org.apache.activemq.broker.region.Queue$TimeoutMessage.class
org.apache.activemq.broker.region.Queue$FlowControlTimeoutTask.class
org.apache.activemq.broker.region.Queue$3.class
org.apache.activemq.broker.region.Queue$QueueThread.class
org.apache.activemq.broker.region.Queue$BatchMessageRecoveryListener.class
org.apache.activemq.broker.region.Queue$BrowserDispatch.class
org.apache.activemq.broker.region.Queue$4.class
org.apache.activemq.broker.region.Queue$CursorAddSync.class
org.apache.activemq.broker.region.Queue$5.class
org.apache.activemq.broker.region.Queue$6.class
org.apache.activemq.broker.region.Queue$7.class
org.apache.activemq.broker.region.Queue$8.class
org.apache.activemq.broker.region.Queue.class
org.apache.activemq.broker.region.TopicSubscription$1.class
org.apache.activemq.broker.region.TopicSubscription$2.class
org.apache.activemq.broker.region.TopicSubscription$3.class
org.apache.activemq.broker.region.TopicSubscription$DispatchedNode.class
org.apache.activemq.broker.region.TopicSubscription.class
org.apache.activemq.broker.region.QueueBrowserSubscription.class
org.apache.activemq.broker.region.QueueSubscription.class
org.apache.activemq.broker.region.QueueDispatchSelector.class
org.apache.activemq.broker.region.QueueMessageReference.class
org.apache.activemq.broker.region.MessageReferenceFilter.class
org.apache.activemq.broker.region.RegionStatistics.class
org.apache.activemq.broker.region.DestinationFilter.class
org.apache.activemq.broker.region.IndirectMessageReference.class
org.apache.activemq.broker.region.TopicRegion$1.class
org.apache.activemq.broker.region.TopicRegion.class
org.apache.activemq.broker.region.AbstractRegion.class
org.apache.activemq.broker.region.AbstractTempRegion$1.class
org.apache.activemq.broker.region.AbstractTempRegion$CachedDestination.class
org.apache.activemq.broker.region.AbstractTempRegion.class
org.apache.activemq.broker.region.TempQueueRegion.class
org.apache.activemq.broker.region.NullMessageReference.class
org.apache.activemq.broker.region.TempQueue.class
org.apache.activemq.broker.region.QueueRegion.class
org.apache.activemq.broker.region.TempTopicRegion.class
org.apache.activemq.broker.region.PendingMarshalUsageTracker.class
org.apache.activemq.broker.region.TempTopic.class
org.apache.activemq.broker.region.DestinationFactoryImpl.class
org.apache.activemq.broker.region.CompositeDestinationInterceptor.class
org.apache.activemq.broker.Broker.class
org.apache.activemq.broker.Connection.class
org.apache.activemq.broker.ConnectionContext.class
org.apache.activemq.broker.BrokerService$1.class
org.apache.activemq.broker.BrokerService$2.class
org.apache.activemq.broker.BrokerService$3.class
org.apache.activemq.broker.BrokerService$4.class
org.apache.activemq.broker.BrokerService$5.class
org.apache.activemq.broker.BrokerService$6$1.class
org.apache.activemq.broker.BrokerService$6.class
org.apache.activemq.broker.BrokerService$7.class
org.apache.activemq.broker.BrokerService$8.class
org.apache.activemq.broker.BrokerService$9.class
org.apache.activemq.broker.BrokerService$10$1.class
org.apache.activemq.broker.BrokerService$10.class
org.apache.activemq.broker.BrokerService$11.class
org.apache.activemq.broker.BrokerService.class
org.apache.activemq.broker.ProducerBrokerExchange$FlowControlInfo.class
org.apache.activemq.broker.ProducerBrokerExchange.class
org.apache.activemq.broker.ConsumerBrokerExchange.class
org.apache.activemq.broker.EmptyBroker.class
org.apache.activemq.broker.Connector.class
org.apache.activemq.broker.jmx.BrokerView.class
org.apache.activemq.broker.jmx.BrokerViewMBean.class
org.apache.activemq.broker.jmx.ManagementContext$1.class
org.apache.activemq.broker.jmx.ManagementContext.class
org.apache.activemq.broker.jmx.OpenTypeSupport$OpenTypeFactory.class
org.apache.activemq.broker.jmx.OpenTypeSupport$AbstractOpenTypeFactory.class
org.apache.activemq.broker.jmx.OpenTypeSupport$MessageOpenTypeFactory.class
org.apache.activemq.broker.jmx.OpenTypeSupport$ByteMessageOpenTypeFactory.class
org.apache.activemq.broker.jmx.OpenTypeSupport$MapMessageOpenTypeFactory.class
org.apache.activemq.broker.jmx.OpenTypeSupport$ObjectMessageOpenTypeFactory.class
org.apache.activemq.broker.jmx.OpenTypeSupport$StreamMessageOpenTypeFactory.class
org.apache.activemq.broker.jmx.OpenTypeSupport$TextMessageOpenTypeFactory.class
org.apache.activemq.broker.jmx.OpenTypeSupport$JobOpenTypeFactory.class
org.apache.activemq.broker.jmx.OpenTypeSupport$ActiveMQBlobMessageOpenTypeFactory.class
org.apache.activemq.broker.jmx.OpenTypeSupport$SlowConsumerEntryOpenTypeFactory.class
org.apache.activemq.broker.jmx.OpenTypeSupport$HealthStatusOpenTypeFactory.class
org.apache.activemq.broker.jmx.OpenTypeSupport.class
org.apache.activemq.broker.jmx.ManagedRegionBroker.class
org.apache.activemq.broker.jmx.ManagedTransportConnector.class
org.apache.activemq.broker.jmx.DestinationView.class
org.apache.activemq.broker.jmx.DestinationViewMBean.class
org.apache.activemq.broker.jmx.SubscriptionView.class
org.apache.activemq.broker.jmx.SubscriptionViewMBean.class
org.apache.activemq.broker.jmx.ProducerView.class
org.apache.activemq.broker.jmx.ProducerViewMBean.class
org.apache.activemq.broker.jmx.DurableSubscriptionViewMBean.class
org.apache.activemq.broker.jmx.ManagedTopicRegion.class
org.apache.activemq.broker.jmx.AbortSlowConsumerStrategyViewMBean.class
org.apache.activemq.broker.jmx.TopicViewMBean.class
org.apache.activemq.broker.jmx.ConnectionView.class
org.apache.activemq.broker.jmx.ConnectionViewMBean.class
org.apache.activemq.broker.jmx.AbortSlowConsumerStrategyView.class
org.apache.activemq.broker.jmx.ManagedTempQueueRegion.class
org.apache.activemq.broker.jmx.NetworkBridgeView.class
org.apache.activemq.broker.jmx.NetworkBridgeViewMBean.class
org.apache.activemq.broker.jmx.NetworkDestinationView.class
org.apache.activemq.broker.jmx.NetworkDestinationViewMBean.class
org.apache.activemq.broker.jmx.Log4JConfigView.class
org.apache.activemq.broker.jmx.Log4JConfigViewMBean.class
org.apache.activemq.broker.jmx.CompositeDataHelper.class
org.apache.activemq.broker.jmx.AnnotatedMBean.class
org.apache.activemq.broker.jmx.ManagedQueueRegion.class
org.apache.activemq.broker.jmx.QueueView.class
org.apache.activemq.broker.jmx.QueueViewMBean.class
org.apache.activemq.broker.jmx.ConnectorView.class
org.apache.activemq.broker.jmx.ConnectorViewMBean.class
org.apache.activemq.broker.jmx.TopicSubscriptionView.class
org.apache.activemq.broker.jmx.TopicSubscriptionViewMBean.class
org.apache.activemq.broker.jmx.TopicView.class
org.apache.activemq.broker.jmx.NetworkConnectorView.class
org.apache.activemq.broker.jmx.NetworkConnectorViewMBean.class
org.apache.activemq.broker.jmx.DestinationsViewFilter$1.class
org.apache.activemq.broker.jmx.DestinationsViewFilter$2.class
org.apache.activemq.broker.jmx.DestinationsViewFilter.class
org.apache.activemq.broker.jmx.PersistenceAdapterView.class
org.apache.activemq.broker.jmx.PersistenceAdapterViewMBean.class
org.apache.activemq.broker.jmx.CompositeDataConstants.class
org.apache.activemq.broker.jmx.JobSchedulerViewMBean.class
org.apache.activemq.broker.jmx.Sensitive.class
org.apache.activemq.broker.jmx.AbortSlowAckConsumerStrategyView.class
org.apache.activemq.broker.jmx.AbortSlowAckConsumerStrategyViewMBean.class
org.apache.activemq.broker.jmx.InactiveDurableSubscriptionView.class
org.apache.activemq.broker.jmx.DurableSubscriptionView.class
org.apache.activemq.broker.jmx.MBeanInfo.class
org.apache.activemq.broker.jmx.JobSchedulerView.class
org.apache.activemq.broker.jmx.HealthStatus.class
org.apache.activemq.broker.jmx.RecoveredXATransactionViewMBean.class
org.apache.activemq.broker.jmx.RecoveredXATransactionView$1.class
org.apache.activemq.broker.jmx.RecoveredXATransactionView.class
org.apache.activemq.broker.jmx.VirtualDestinationSelectorCacheView.class
org.apache.activemq.broker.jmx.VirtualDestinationSelectorCacheViewMBean.class
org.apache.activemq.broker.jmx.HealthView.class
org.apache.activemq.broker.jmx.HealthViewMBean.class
org.apache.activemq.broker.jmx.JmsConnectorView.class
org.apache.activemq.broker.jmx.JmsConnectorViewMBean.class
org.apache.activemq.broker.jmx.BrokerMBeanSupport.class
org.apache.activemq.broker.jmx.ProxyConnectorView.class
org.apache.activemq.broker.jmx.ProxyConnectorViewMBean.class
org.apache.activemq.broker.jmx.AsyncAnnotatedMBean$1.class
org.apache.activemq.broker.jmx.AsyncAnnotatedMBean.class
org.apache.activemq.broker.jmx.ManagedTempTopicRegion.class
org.apache.activemq.broker.jmx.ManagedTransportConnection.class
org.apache.activemq.broker.TransportConnector$1$1.class
org.apache.activemq.broker.TransportConnector$1.class
org.apache.activemq.broker.TransportConnector.class
org.apache.activemq.broker.BrokerServiceAware.class
org.apache.activemq.broker.BrokerPlugin.class
org.apache.activemq.broker.BrokerContext.class
org.apache.activemq.broker.scheduler.JobSchedulerStore.class
org.apache.activemq.broker.scheduler.JobScheduler.class
org.apache.activemq.broker.scheduler.JobListener.class
org.apache.activemq.broker.scheduler.Job.class
org.apache.activemq.broker.scheduler.memory.InMemoryJobScheduler$ScheduledTask.class
org.apache.activemq.broker.scheduler.memory.InMemoryJobScheduler.class
org.apache.activemq.broker.scheduler.memory.InMemoryJob.class
org.apache.activemq.broker.scheduler.memory.InMemoryJobSchedulerStore.class
org.apache.activemq.broker.scheduler.JobSupport.class
org.apache.activemq.broker.scheduler.SchedulerBroker$1.class
org.apache.activemq.broker.scheduler.SchedulerBroker$2.class
org.apache.activemq.broker.scheduler.SchedulerBroker.class
org.apache.activemq.broker.scheduler.JobSchedulerFacade.class
org.apache.activemq.broker.TransportConnection$1.class
org.apache.activemq.broker.TransportConnection$2.class
org.apache.activemq.broker.TransportConnection$3.class
org.apache.activemq.broker.TransportConnection$4.class
org.apache.activemq.broker.TransportConnection.class
org.apache.activemq.broker.TransportStatusDetector.class
org.apache.activemq.broker.PublishedAddressPolicy$PublishedHostStrategy.class
org.apache.activemq.broker.PublishedAddressPolicy.class
org.apache.activemq.broker.TransportConnectionStateRegister.class
org.apache.activemq.broker.TransportConnectionState.class
org.apache.activemq.broker.TransactionBroker$1.class
org.apache.activemq.broker.TransactionBroker$PreparedDestinationCompletion.class
org.apache.activemq.broker.TransactionBroker.class
org.apache.activemq.broker.BrokerFilter.class
org.apache.activemq.broker.util.JMXAuditLogEntry.class
org.apache.activemq.broker.util.AuditLogEntry.class
org.apache.activemq.broker.util.AuditLogFactory.class
org.apache.activemq.broker.util.AuditLog.class
org.apache.activemq.broker.util.DestinationsPlugin.class
org.apache.activemq.broker.util.InsertionCountList.class
org.apache.activemq.broker.util.AuditLogService.class
org.apache.activemq.broker.util.DefaultAuditLogFactory.class
org.apache.activemq.broker.util.TraceBrokerPathPlugin.class
org.apache.activemq.broker.util.TimeStampingBrokerPlugin.class
org.apache.activemq.broker.util.DestinationPathSeparatorBroker.class
org.apache.activemq.broker.util.RedeliveryPlugin.class
org.apache.activemq.broker.util.LoggingBrokerPlugin.class
org.apache.activemq.broker.util.DefaultAuditLog.class
org.apache.activemq.broker.util.UDPTraceBrokerPlugin.class
org.apache.activemq.broker.util.MulticastTraceBrokerPlugin.class
org.apache.activemq.broker.AbstractLocker.class
org.apache.activemq.broker.Locker.class
org.apache.activemq.broker.LockableServiceSupport$1.class
org.apache.activemq.broker.LockableServiceSupport$2.class
org.apache.activemq.broker.LockableServiceSupport.class
org.apache.activemq.broker.Lockable.class
org.apache.activemq.broker.BrokerPluginSupport.class
org.apache.activemq.broker.MutableBrokerFilter.class
org.apache.activemq.broker.SingleTransportConnectionStateRegister.class
org.apache.activemq.broker.DefaultBrokerFactory.class
org.apache.activemq.broker.BrokerFactoryHandler.class
org.apache.activemq.broker.BrokerRegistry.class
org.apache.activemq.broker.BrokerBroadcaster.class
org.apache.activemq.broker.inteceptor.MessageInterceptorFilter.class
org.apache.activemq.broker.inteceptor.MessageInterceptor.class
org.apache.activemq.broker.inteceptor.MessageInterceptorRegistry.class
org.apache.activemq.broker.PropertiesBrokerFactory.class
org.apache.activemq.broker.view.ConnectionDotFilePlugin.class
org.apache.activemq.broker.view.MessageBrokerViewRegistry.class
org.apache.activemq.broker.view.MessageBrokerView.class
org.apache.activemq.broker.view.BrokerDestinationView.class
org.apache.activemq.broker.view.DestinationDotFilePlugin.class
org.apache.activemq.broker.view.DestinationDotFileInterceptor.class
org.apache.activemq.broker.view.DotFileInterceptorSupport.class
org.apache.activemq.broker.view.ConnectionDotFileInterceptor.class
org.apache.activemq.broker.SuppressReplyException.class
org.apache.activemq.broker.BrokerFactory.class
org.apache.activemq.broker.InsertableMutableBrokerFilter.class
org.apache.activemq.broker.MapTransportConnectionStateRegister.class
org.apache.activemq.broker.BrokerContextAware.class
org.apache.activemq.broker.ErrorBroker.class
org.apache.activemq.broker.CompositeDestinationBroker.class
org.apache.activemq.broker.cluster.ConnectionSplitBroker.class
org.apache.activemq.broker.SslBrokerService.class
org.apache.activemq.broker.BrokerStoppedException.class
org.apache.activemq.broker.UserIDBroker.class
org.apache.activemq.store.PListStore.class
org.apache.activemq.store.MessageStore.class
org.apache.activemq.store.PList$PListIterator.class
org.apache.activemq.store.PList.class
org.apache.activemq.store.PersistenceAdapter.class
org.apache.activemq.store.PersistenceAdapterFactory.class
org.apache.activemq.store.TopicMessageStore.class
org.apache.activemq.store.ListenableFuture.class
org.apache.activemq.store.MessageRecoveryListener.class
org.apache.activemq.store.MessageStoreStatistics.class
org.apache.activemq.store.IndexListener$MessageContext.class
org.apache.activemq.store.IndexListener.class
org.apache.activemq.store.PListEntry.class
org.apache.activemq.store.TransactionStore.class
org.apache.activemq.store.MessageStoreSubscriptionStatistics$SubscriptionStatistics.class
org.apache.activemq.store.MessageStoreSubscriptionStatistics.class
org.apache.activemq.store.AbstractMessageStoreStatistics.class
org.apache.activemq.store.TransactionRecoveryListener.class
org.apache.activemq.store.memory.MemoryPersistenceAdapter.class
org.apache.activemq.store.memory.MemoryTransactionStore$Tx.class
org.apache.activemq.store.memory.MemoryTransactionStore$AddMessageCommand.class
org.apache.activemq.store.memory.MemoryTransactionStore$RemoveMessageCommand.class
org.apache.activemq.store.memory.MemoryTransactionStore$1.class
org.apache.activemq.store.memory.MemoryTransactionStore$2.class
org.apache.activemq.store.memory.MemoryTransactionStore$3.class
org.apache.activemq.store.memory.MemoryTransactionStore$4.class
org.apache.activemq.store.memory.MemoryTransactionStore$5.class
org.apache.activemq.store.memory.MemoryTransactionStore.class
org.apache.activemq.store.memory.MemoryMessageStore.class
org.apache.activemq.store.memory.MemoryTopicSub.class
org.apache.activemq.store.memory.MemoryTopicMessageStore$MemoryTopicMessageStoreLRUCache.class
org.apache.activemq.store.memory.MemoryTopicMessageStore.class
org.apache.activemq.store.NoLocalSubscriptionAware.class
org.apache.activemq.store.AbstractMessageStore.class
org.apache.activemq.store.ProxyMessageStore.class
org.apache.activemq.store.ProxyTopicMessageStore.class
org.apache.activemq.store.SharedFileLocker.class
org.apache.activemq.store.JournaledStore.class
org.apache.activemq.store.TopicReferenceStore.class
org.apache.activemq.store.ReferenceStore$ReferenceData.class
org.apache.activemq.store.ReferenceStore.class
org.apache.activemq.store.PersistenceAdapterSupport$DestinationMatcher.class
org.apache.activemq.store.PersistenceAdapterSupport$AlwaysMatches.class
org.apache.activemq.store.PersistenceAdapterSupport$1.class
org.apache.activemq.store.PersistenceAdapterSupport.class
org.apache.activemq.store.TransactionIdTransformer.class
org.apache.activemq.store.InlineListenableFuture.class
org.apache.activemq.store.TransactionIdTransformerAware.class
org.apache.activemq.util.SubscriptionKey.class
org.apache.activemq.util.IOExceptionHandler.class
org.apache.activemq.util.LinkedNode.class
org.apache.activemq.util.HexSupport.class
org.apache.activemq.util.LockFile.class
org.apache.activemq.util.StoreUtil.class
org.apache.activemq.util.osgi.Activator$BundleWrapper.class
org.apache.activemq.util.osgi.Activator.class
org.apache.activemq.util.Promise$PromiseFuture.class
org.apache.activemq.util.Promise$1.class
org.apache.activemq.util.Promise.class
org.apache.activemq.util.PromiseCallback.class
org.apache.activemq.util.MemoryIntPropertyEditor.class
org.apache.activemq.util.LogWriterFinder.class
org.apache.activemq.util.TransactionTemplate.class
org.apache.activemq.util.LeaseLockerIOExceptionHandler.class
org.apache.activemq.util.DefaultIOExceptionHandler$1$1.class
org.apache.activemq.util.DefaultIOExceptionHandler$1.class
org.apache.activemq.util.DefaultIOExceptionHandler$2.class
org.apache.activemq.util.DefaultIOExceptionHandler.class
org.apache.activemq.util.MemoryPropertyEditor.class
org.apache.activemq.util.WrappedException.class
org.apache.activemq.util.NetworkBridgeUtils.class
org.apache.activemq.util.ThreadTracker.class
org.apache.activemq.util.Tracker.class
org.apache.activemq.util.Trace.class
org.apache.activemq.util.BooleanEditor.class
org.apache.activemq.util.IOHelper.class
org.apache.activemq.util.Handler.class
org.apache.activemq.util.BrokerSupport.class
org.apache.activemq.util.JMXSupport.class
org.apache.activemq.usage.SystemUsage.class
org.apache.activemq.usage.PercentLimitUsage.class
org.apache.activemq.usage.StoreUsage.class
org.apache.activemq.usage.TempUsage.class
org.apache.activemq.usage.JobSchedulerUsage.class
org.apache.activemq.transaction.Transaction$1.class
org.apache.activemq.transaction.Transaction$2.class
org.apache.activemq.transaction.Transaction.class
org.apache.activemq.transaction.XATransaction.class
org.apache.activemq.transaction.LocalTransaction.class
org.apache.activemq.security.SecurityContext$1.class
org.apache.activemq.security.SecurityContext.class
org.apache.activemq.security.MessageAuthorizationPolicy.class
org.apache.activemq.security.JaasDualAuthenticationPlugin.class
org.apache.activemq.security.JaasAuthenticationPlugin.class
org.apache.activemq.security.SimpleAuthenticationBroker$1.class
org.apache.activemq.security.SimpleAuthenticationBroker$2.class
org.apache.activemq.security.SimpleAuthenticationBroker.class
org.apache.activemq.security.AbstractAuthenticationBroker.class
org.apache.activemq.security.AuthenticationBroker.class
org.apache.activemq.security.JaasCertificateSecurityContext.class
org.apache.activemq.security.LDAPAuthorizationMap.class
org.apache.activemq.security.AuthorizationMap.class
org.apache.activemq.security.JaasCertificateAuthenticationPlugin.class
org.apache.activemq.security.TempDestinationAuthorizationEntry.class
org.apache.activemq.security.AuthorizationEntry.class
org.apache.activemq.security.AuthenticationUser.class
org.apache.activemq.security.AuthorizationBroker.class
org.apache.activemq.security.SecurityAdminMBean.class
org.apache.activemq.security.JaasDualAuthenticationBroker.class
org.apache.activemq.security.JaasCertificateAuthenticationBroker.class
org.apache.activemq.security.JaasAuthenticationBroker$JaasSecurityContext.class
org.apache.activemq.security.JaasAuthenticationBroker.class
org.apache.activemq.security.AuthorizationDestinationFilter.class
org.apache.activemq.security.SimpleAuthorizationMap.class
org.apache.activemq.security.SimpleCachedLDAPAuthorizationMap$1.class
org.apache.activemq.security.SimpleCachedLDAPAuthorizationMap$2.class
org.apache.activemq.security.SimpleCachedLDAPAuthorizationMap$DestinationType.class
org.apache.activemq.security.SimpleCachedLDAPAuthorizationMap$PermissionType.class
org.apache.activemq.security.SimpleCachedLDAPAuthorizationMap$CachedLDAPAuthorizationMapNamespaceChangeListener.class
org.apache.activemq.security.SimpleCachedLDAPAuthorizationMap$3.class
org.apache.activemq.security.SimpleCachedLDAPAuthorizationMap.class
org.apache.activemq.security.DefaultAuthorizationMap$1.class
org.apache.activemq.security.DefaultAuthorizationMap$WildcardAwareSet.class
org.apache.activemq.security.DefaultAuthorizationMap.class
org.apache.activemq.security.SimpleAuthenticationPlugin.class
org.apache.activemq.security.AuthorizationPlugin.class
org.apache.activemq.security.AuthorizationDestinationInterceptor.class
org.apache.activemq.network.NetworkConnector$1.class
org.apache.activemq.network.NetworkConnector.class
org.apache.activemq.network.NetworkBridgeConfiguration.class
org.apache.activemq.network.jms.ReconnectionPolicy.class
org.apache.activemq.network.jms.JmsConnector$1.class
org.apache.activemq.network.jms.JmsConnector$2.class
org.apache.activemq.network.jms.JmsConnector$3.class
org.apache.activemq.network.jms.JmsConnector$4.class
org.apache.activemq.network.jms.JmsConnector$5.class
org.apache.activemq.network.jms.JmsConnector$6.class
org.apache.activemq.network.jms.JmsConnector.class
org.apache.activemq.network.jms.JndiLookupFactory.class
org.apache.activemq.network.jms.JmsMesageConvertor.class
org.apache.activemq.network.jms.DestinationBridge.class
org.apache.activemq.network.jms.SimpleJmsQueueConnector$1.class
org.apache.activemq.network.jms.SimpleJmsQueueConnector$2.class
org.apache.activemq.network.jms.SimpleJmsQueueConnector$3.class
org.apache.activemq.network.jms.SimpleJmsQueueConnector$4.class
org.apache.activemq.network.jms.SimpleJmsQueueConnector.class
org.apache.activemq.network.jms.InboundQueueBridge.class
org.apache.activemq.network.jms.QueueBridge.class
org.apache.activemq.network.jms.OutboundQueueBridge.class
org.apache.activemq.network.jms.SimpleJmsMessageConvertor.class
org.apache.activemq.network.jms.TopicBridge.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
guava-${guava-version}.jar
/com.google.guava/guava/${guava-version}
查看guava所有版本文件
|