# rabbit_common **Repository Path**: merl/rabbit_common ## Basic Information - **Project Name**: rabbit_common - **Description**: github访问速度你懂的,为了方便使用同步到开源中国,一切请在不违背源项目的前提下进行。 如果有人对此提出意见,请邮件联系,会尽快处理。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-12-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rebar-friendly fork of Rabbit common This is a fork of the rabbit_common dependency, which is needed by the [official RabbitMQ/AMQP Erlang client](https://github.com/rabbitmq/rabbitmq-erlang-client). It's meant to be included in your rebar projects in your rebar.config file: {deps, [ {rabbit_common, ".*", {git, "git://github.com/jbrisbin/rabbit_common.git", "rabbitmq-3.5.6"}} ]}. The "master" branch of this port is a simple re-packaging of the rabbit_common AMQP client dependency. ### License This package, just like the the RabbitMQ server, is licensed under the MPL. For the MPL, please see LICENSE-MPL-RabbitMQ.