Download rabbitmq java client Free Java Code

Description

RabbitMQ Java AMQP client library.

Source Files

The download file rabbitmq-java-client-master.zip has the following entries.


.hgignore/* ww  w. j  av a2s.  c o  m*/
LICENSE
LICENSE-APACHE2
LICENSE-GPL2
LICENSE-MPL-RabbitMQ
Makefile
README-EXAMPLES
README-TESTS
README.in
build.properties
build.xml
bundlor/dist/com.springsource.bundlor-1.0.0.RELEASE.jar
bundlor/dist/com.springsource.bundlor.ant-1.0.0.RELEASE.jar
bundlor/dist/com.springsource.bundlor.blint-1.0.0.RELEASE.jar
bundlor/dist/com.springsource.bundlor.commandline-1.0.0.RELEASE.jar
bundlor/lib/com.springsource.org.apache.commons.cli-1.2.0.jar
bundlor/lib/com.springsource.org.objectweb.asm-3.1.0.jar
bundlor/lib/com.springsource.org.objectweb.asm.commons-3.1.0.jar
bundlor/lib/com.springsource.org.objectweb.asm.tree-3.1.0.jar
bundlor/lib/com.springsource.util.common-2.0.0.RELEASE.jar
bundlor/lib/com.springsource.util.math-2.0.0.RELEASE.jar
bundlor/lib/com.springsource.util.osgi-2.0.0.RELEASE.jar
bundlor/lib/com.springsource.util.parser.manifest-2.0.0.RELEASE.jar
bundlor/lib/org.osgi.core-4.1.0.jar
bundlorTemplate.mf
bundlorTestTemplate.mf
codegen.py
config.properties
doc/channels/channels.pdf
doc/channels/channels.tex
doc/channels/whiteboard.JPG
doc/channels/worktransition.graffle
doc/channels/worktransition.pdf
doc/channels/zed-cm.sty
lib/commons-cli-1.1.jar
lib/commons-io-1.2.jar
lib/junit.jar
nexus-upload.sh
pom.xml
scripts/runjava.bat
scripts/runjava.sh
scripts/runperftest.sh
scripts/stresspersister.sh
src/com/rabbitmq/client/Address.java
src/com/rabbitmq/client/AlreadyClosedException.java
src/com/rabbitmq/client/AuthenticationFailureException.java
src/com/rabbitmq/client/BasicProperties.java
src/com/rabbitmq/client/BlockedListener.java
src/com/rabbitmq/client/Channel.java
src/com/rabbitmq/client/Command.java
src/com/rabbitmq/client/ConfirmListener.java
src/com/rabbitmq/client/Connection.java
src/com/rabbitmq/client/ConnectionFactory.java
src/com/rabbitmq/client/Consumer.java
src/com/rabbitmq/client/ConsumerCancelledException.java
src/com/rabbitmq/client/ContentHeader.java
src/com/rabbitmq/client/DefaultConsumer.java
src/com/rabbitmq/client/DefaultSaslConfig.java
src/com/rabbitmq/client/Envelope.java
src/com/rabbitmq/client/FlowListener.java
src/com/rabbitmq/client/GetResponse.java
src/com/rabbitmq/client/JDKSaslConfig.java
src/com/rabbitmq/client/LongString.java
src/com/rabbitmq/client/MalformedFrameException.java
src/com/rabbitmq/client/MapRpcServer.java
src/com/rabbitmq/client/MessageProperties.java
src/com/rabbitmq/client/Method.java
src/com/rabbitmq/client/MissedHeartbeatException.java
src/com/rabbitmq/client/NullTrustManager.java
src/com/rabbitmq/client/PossibleAuthenticationFailureException.java
src/com/rabbitmq/client/ProtocolVersionMismatchException.java
src/com/rabbitmq/client/QueueingConsumer.java
src/com/rabbitmq/client/ReturnListener.java
src/com/rabbitmq/client/RpcClient.java
src/com/rabbitmq/client/RpcServer.java
src/com/rabbitmq/client/SaslConfig.java
src/com/rabbitmq/client/SaslMechanism.java
src/com/rabbitmq/client/ShutdownListener.java
src/com/rabbitmq/client/ShutdownNotifier.java
src/com/rabbitmq/client/ShutdownSignalException.java
src/com/rabbitmq/client/StringRpcServer.java
src/com/rabbitmq/client/UnexpectedFrameError.java
src/com/rabbitmq/client/UnexpectedMethodError.java
src/com/rabbitmq/client/UnknownClassOrMethodId.java
src/com/rabbitmq/client/impl/AMQBasicProperties.java
src/com/rabbitmq/client/impl/AMQChannel.java
src/com/rabbitmq/client/impl/AMQCommand.java
src/com/rabbitmq/client/impl/AMQConnection.java
src/com/rabbitmq/client/impl/AMQContentHeader.java
src/com/rabbitmq/client/impl/CRDemoMechanism.java
src/com/rabbitmq/client/impl/ChannelManager.java
src/com/rabbitmq/client/impl/ChannelN.java
src/com/rabbitmq/client/impl/ClientVersion.java.in
src/com/rabbitmq/client/impl/CommandAssembler.java
src/com/rabbitmq/client/impl/ConsumerDispatcher.java
src/com/rabbitmq/client/impl/ConsumerWorkService.java
src/com/rabbitmq/client/impl/ContentHeaderPropertyReader.java
src/com/rabbitmq/client/impl/ContentHeaderPropertyWriter.java
src/com/rabbitmq/client/impl/DefaultExceptionHandler.java
src/com/rabbitmq/client/impl/ExceptionHandler.java
src/com/rabbitmq/client/impl/ExternalMechanism.java
src/com/rabbitmq/client/impl/Frame.java
src/com/rabbitmq/client/impl/FrameHandler.java
src/com/rabbitmq/client/impl/HeartbeatSender.java
src/com/rabbitmq/client/impl/LongStringHelper.java
src/com/rabbitmq/client/impl/Method.java
src/com/rabbitmq/client/impl/MethodArgumentReader.java
src/com/rabbitmq/client/impl/MethodArgumentWriter.java
src/com/rabbitmq/client/impl/PlainMechanism.java
src/com/rabbitmq/client/impl/SetQueue.java
src/com/rabbitmq/client/impl/ShutdownNotifierComponent.java
src/com/rabbitmq/client/impl/SocketFrameHandler.java
src/com/rabbitmq/client/impl/TruncatedInputStream.java
src/com/rabbitmq/client/impl/UnknownChannelException.java
src/com/rabbitmq/client/impl/ValueReader.java
src/com/rabbitmq/client/impl/ValueWriter.java
src/com/rabbitmq/client/impl/Version.java
src/com/rabbitmq/client/impl/WorkPool.java
src/com/rabbitmq/client/impl/package.html
src/com/rabbitmq/client/package.html
src/com/rabbitmq/tools/Tracer.java
src/com/rabbitmq/tools/json/JSONReader.java
src/com/rabbitmq/tools/json/JSONSerializable.java
src/com/rabbitmq/tools/json/JSONUtil.java
src/com/rabbitmq/tools/json/JSONWriter.java
src/com/rabbitmq/tools/json/package.html
src/com/rabbitmq/tools/jsonrpc/JsonRpcClient.java
src/com/rabbitmq/tools/jsonrpc/JsonRpcException.java
src/com/rabbitmq/tools/jsonrpc/JsonRpcServer.java
src/com/rabbitmq/tools/jsonrpc/ParameterDescription.java
src/com/rabbitmq/tools/jsonrpc/ProcedureDescription.java
src/com/rabbitmq/tools/jsonrpc/ServiceDescription.java
src/com/rabbitmq/tools/jsonrpc/package.html
src/com/rabbitmq/tools/package.html
src/com/rabbitmq/utility/BlockingCell.java
src/com/rabbitmq/utility/BlockingValueOrException.java
src/com/rabbitmq/utility/IntAllocator.java
src/com/rabbitmq/utility/SensibleClone.java
src/com/rabbitmq/utility/SingleShotLinearTimer.java
src/com/rabbitmq/utility/Utility.java
src/com/rabbitmq/utility/ValueOrException.java
src/com/rabbitmq/utility/package.html
test/src/com/rabbitmq/client/impl/WorkPoolTests.java
test/src/com/rabbitmq/client/test/AMQBuilderApiTest.java
test/src/com/rabbitmq/client/test/AMQConnectionTest.java
test/src/com/rabbitmq/client/test/AmqpUriTest.java
test/src/com/rabbitmq/client/test/BlockingCellTest.java
test/src/com/rabbitmq/client/test/BrokenFramesTest.java
test/src/com/rabbitmq/client/test/BrokerTestCase.java
test/src/com/rabbitmq/client/test/Bug20004Test.java
test/src/com/rabbitmq/client/test/ChannelNumberAllocationTests.java
test/src/com/rabbitmq/client/test/ClientTests.java
test/src/com/rabbitmq/client/test/ClonePropertiesTest.java
test/src/com/rabbitmq/client/test/CloseInMainLoop.java
test/src/com/rabbitmq/client/test/ConfirmBase.java
test/src/com/rabbitmq/client/test/JSONReadWriteTest.java
test/src/com/rabbitmq/client/test/MultiThreadedChannel.java
test/src/com/rabbitmq/client/test/QueueingConsumerShutdownTests.java
test/src/com/rabbitmq/client/test/TableTest.java
test/src/com/rabbitmq/client/test/TruncatedInputStreamTest.java
test/src/com/rabbitmq/client/test/ValueOrExceptionTest.java
test/src/com/rabbitmq/client/test/functional/AbstractRejectTest.java
test/src/com/rabbitmq/client/test/functional/AlternateExchange.java
test/src/com/rabbitmq/client/test/functional/BasicGet.java
test/src/com/rabbitmq/client/test/functional/BindingLifecycle.java
test/src/com/rabbitmq/client/test/functional/BindingLifecycleBase.java
test/src/com/rabbitmq/client/test/functional/CcRoutes.java
test/src/com/rabbitmq/client/test/functional/ClusteredTestBase.java
test/src/com/rabbitmq/client/test/functional/Confirm.java
test/src/com/rabbitmq/client/test/functional/ConnectionOpen.java
test/src/com/rabbitmq/client/test/functional/ConsumerCancelNotification.java
test/src/com/rabbitmq/client/test/functional/ConsumerPriorities.java
test/src/com/rabbitmq/client/test/functional/DeadLetterExchange.java
test/src/com/rabbitmq/client/test/functional/DefaultExchange.java
test/src/com/rabbitmq/client/test/functional/DoubleDeletion.java
test/src/com/rabbitmq/client/test/functional/DurableOnTransient.java
test/src/com/rabbitmq/client/test/functional/ExchangeDeclare.java
test/src/com/rabbitmq/client/test/functional/ExchangeDeleteIfUnused.java
test/src/com/rabbitmq/client/test/functional/ExchangeEquivalenceBase.java
test/src/com/rabbitmq/client/test/functional/ExchangeExchangeBindings.java
test/src/com/rabbitmq/client/test/functional/ExchangeExchangeBindingsAutoDelete.java
test/src/com/rabbitmq/client/test/functional/FrameMax.java
test/src/com/rabbitmq/client/test/functional/FunctionalTests.java
test/src/com/rabbitmq/client/test/functional/HeadersExchangeValidation.java
test/src/com/rabbitmq/client/test/functional/Heartbeat.java
test/src/com/rabbitmq/client/test/functional/InternalExchange.java
test/src/com/rabbitmq/client/test/functional/InvalidAcks.java
test/src/com/rabbitmq/client/test/functional/InvalidAcksBase.java
test/src/com/rabbitmq/client/test/functional/InvalidAcksTx.java
test/src/com/rabbitmq/client/test/functional/Nack.java
test/src/com/rabbitmq/client/test/functional/NoRequeueOnCancel.java
test/src/com/rabbitmq/client/test/functional/PerMessageTTL.java
test/src/com/rabbitmq/client/test/functional/PerQueueTTL.java
test/src/com/rabbitmq/client/test/functional/PerQueueVsPerMessageTTL.java
test/src/com/rabbitmq/client/test/functional/Policies.java
test/src/com/rabbitmq/client/test/functional/QosTests.java
test/src/com/rabbitmq/client/test/functional/QueueExclusivity.java
test/src/com/rabbitmq/client/test/functional/QueueLease.java
test/src/com/rabbitmq/client/test/functional/QueueLifecycle.java
test/src/com/rabbitmq/client/test/functional/QueueSizeLimit.java
test/src/com/rabbitmq/client/test/functional/Recover.java
test/src/com/rabbitmq/client/test/functional/Reject.java
test/src/com/rabbitmq/client/test/functional/RequeueOnChannelClose.java
test/src/com/rabbitmq/client/test/functional/RequeueOnClose.java
test/src/com/rabbitmq/client/test/functional/RequeueOnConnectionClose.java
test/src/com/rabbitmq/client/test/functional/Routing.java
test/src/com/rabbitmq/client/test/functional/SaslMechanisms.java
test/src/com/rabbitmq/client/test/functional/TTLHandling.java
test/src/com/rabbitmq/client/test/functional/Tables.java
test/src/com/rabbitmq/client/test/functional/Transactions.java
test/src/com/rabbitmq/client/test/functional/UnbindAutoDeleteExchange.java
test/src/com/rabbitmq/client/test/functional/UnexpectedFrames.java
test/src/com/rabbitmq/client/test/functional/UserIDHeader.java
test/src/com/rabbitmq/client/test/performance/CLIHelper.java
test/src/com/rabbitmq/client/test/performance/QosScaling.java
test/src/com/rabbitmq/client/test/performance/ScalabilityTest.java
test/src/com/rabbitmq/client/test/performance/StressManagement.java
test/src/com/rabbitmq/client/test/server/AbsentQueue.java
test/src/com/rabbitmq/client/test/server/AlternateExchangeEquivalence.java
test/src/com/rabbitmq/client/test/server/BlockedConnection.java
test/src/com/rabbitmq/client/test/server/Bug19219Test.java
test/src/com/rabbitmq/client/test/server/DeadLetterExchangeDurable.java
test/src/com/rabbitmq/client/test/server/DurableBindingLifecycle.java
test/src/com/rabbitmq/client/test/server/EffectVisibilityCrossNodeTest.java
test/src/com/rabbitmq/client/test/server/ExclusiveQueueDurability.java
test/src/com/rabbitmq/client/test/server/Firehose.java
test/src/com/rabbitmq/client/test/server/HATests.java
test/src/com/rabbitmq/client/test/server/MemoryAlarms.java
test/src/com/rabbitmq/client/test/server/MessageRecovery.java
test/src/com/rabbitmq/client/test/server/Permissions.java
test/src/com/rabbitmq/client/test/server/PersistenceGuarantees.java
test/src/com/rabbitmq/client/test/server/ServerTests.java
test/src/com/rabbitmq/client/test/server/Shutdown.java
test/src/com/rabbitmq/client/test/ssl/BadVerifiedConnection.java
test/src/com/rabbitmq/client/test/ssl/SSLTests.java
test/src/com/rabbitmq/client/test/ssl/UnverifiedConnection.java
test/src/com/rabbitmq/client/test/ssl/VerifiedConnection.java
test/src/com/rabbitmq/examples/BufferPerformanceMetrics.java
test/src/com/rabbitmq/examples/ChannelCreationPerformance.java
test/src/com/rabbitmq/examples/ConfirmDontLoseMessages.java
test/src/com/rabbitmq/examples/ConsumerMain.java
test/src/com/rabbitmq/examples/FileConsumer.java
test/src/com/rabbitmq/examples/FileProducer.java
test/src/com/rabbitmq/examples/HelloClient.java
test/src/com/rabbitmq/examples/HelloJsonClient.java
test/src/com/rabbitmq/examples/HelloJsonServer.java
test/src/com/rabbitmq/examples/HelloJsonService.java
test/src/com/rabbitmq/examples/HelloServer.java
test/src/com/rabbitmq/examples/LogTail.java
test/src/com/rabbitmq/examples/MulticastMain.java
test/src/com/rabbitmq/examples/PerQueueTTLGetter.java
test/src/com/rabbitmq/examples/PerQueueTTLPublisher.java
test/src/com/rabbitmq/examples/PerfTest.java
test/src/com/rabbitmq/examples/PerfTestMulti.java
test/src/com/rabbitmq/examples/ProducerMain.java
test/src/com/rabbitmq/examples/SendString.java
test/src/com/rabbitmq/examples/SimpleConsumer.java
test/src/com/rabbitmq/examples/SimpleProducer.java
test/src/com/rabbitmq/examples/SimpleTopicConsumer.java
test/src/com/rabbitmq/examples/SimpleTopicProducer.java
test/src/com/rabbitmq/examples/SpammyTopicProducer.java
test/src/com/rabbitmq/examples/StressPersister.java
test/src/com/rabbitmq/examples/TestMain.java
test/src/com/rabbitmq/examples/TracerConcurrencyTest.java
test/src/com/rabbitmq/examples/perf/Broker.java
test/src/com/rabbitmq/examples/perf/BrokerValue.java
test/src/com/rabbitmq/examples/perf/BrokerVariable.java
test/src/com/rabbitmq/examples/perf/Consumer.java
test/src/com/rabbitmq/examples/perf/MulticastParams.java
test/src/com/rabbitmq/examples/perf/MulticastSet.java
test/src/com/rabbitmq/examples/perf/MulticastValue.java
test/src/com/rabbitmq/examples/perf/MulticastVariable.java
test/src/com/rabbitmq/examples/perf/PerfUtil.java
test/src/com/rabbitmq/examples/perf/Producer.java
test/src/com/rabbitmq/examples/perf/RateVsLatencyScenario.java
test/src/com/rabbitmq/examples/perf/Scenario.java
test/src/com/rabbitmq/examples/perf/ScenarioFactory.java
test/src/com/rabbitmq/examples/perf/ScenarioStats.java
test/src/com/rabbitmq/examples/perf/SimpleScenario.java
test/src/com/rabbitmq/examples/perf/SimpleScenarioStats.java
test/src/com/rabbitmq/examples/perf/Stats.java
test/src/com/rabbitmq/examples/perf/Variable.java
test/src/com/rabbitmq/examples/perf/VariableValue.java
test/src/com/rabbitmq/examples/perf/VaryingScenario.java
test/src/com/rabbitmq/examples/perf/VaryingScenarioStats.java
test/src/com/rabbitmq/tools/Host.java
test/src/com/rabbitmq/utility/IntAllocatorTests.java

Download

Click the following link to download rabbitmq-java-client-master.zip.

rabbitmq-java-client-master.zip




















Home »
  Java Free Code »
    JEE »




ActiveMQ
EJB
JAXB
JEE
JBoss
JSF
Quartz
Rabbitmq