|
4 | 4 |
|
5 | 5 | [](https://travis-ci.org/reactor/reactor-rabbitmq) |
6 | 6 |
|
7 | | -Reactor RabbitMQ is a reactive API for [RabbitMQ](http://www.rabbitmq.com/) based on |
8 | | -[Reactor](http://projectreactor.io/) |
9 | | -and [RabbitMQ Java Client](http://www.rabbitmq.com/api-guide.html). Reactor RabbitMQ API enables messages to be |
| 7 | +Reactor RabbitMQ is a reactive API for [RabbitMQ](https://www.rabbitmq.com/) based on |
| 8 | +[Reactor](https://projectreactor.io/) |
| 9 | +and [RabbitMQ Java Client](https://www.rabbitmq.com/api-guide.html). Reactor RabbitMQ API enables messages to be |
10 | 10 | published to RabbitMQ and consumed from RabbitMQ using functional APIs with |
11 | 11 | non-blocking back-pressure and very low overheads. This enables applications |
12 | 12 | using Reactor to use RabbitMQ as a message bus or streaming platform and integrate |
13 | 13 | with other systems to provide an end-to-end reactive pipeline. |
14 | 14 |
|
15 | 15 | ## Getting started |
16 | 16 |
|
17 | | -For the latest stable release, please see the [getting started](http://projectreactor.io/docs/rabbitmq/release/reference/#_getting_started) |
18 | | -section in the [reference documentation](http://projectreactor.io/docs/rabbitmq/release/reference/). |
| 17 | +For the latest stable release, please see the [getting started](https://projectreactor.io/docs/rabbitmq/release/reference/#_getting_started) |
| 18 | +section in the [reference documentation](https://projectreactor.io/docs/rabbitmq/release/reference/). |
19 | 19 |
|
20 | 20 | For latest milestone: |
21 | | -[Getting Started](http://projectreactor.io/docs/rabbitmq/milestone/reference/#_getting_started) - |
22 | | -[Reference Documentation](http://projectreactor.io/docs/rabbitmq/milestone/reference/) |
| 21 | +[Getting Started](https://projectreactor.io/docs/rabbitmq/milestone/reference/#_getting_started) - |
| 22 | +[Reference Documentation](https://projectreactor.io/docs/rabbitmq/milestone/reference/) |
23 | 23 |
|
24 | 24 | For snapshots: |
25 | | -[Getting Started](http://projectreactor.io/docs/rabbitmq/snapshot/reference/#_getting_started) - |
26 | | -[Reference Documentation](http://projectreactor.io/docs/rabbitmq/snapshot/reference/) |
| 25 | +[Getting Started](https://projectreactor.io/docs/rabbitmq/snapshot/reference/#_getting_started) - |
| 26 | +[Reference Documentation](https://projectreactor.io/docs/rabbitmq/snapshot/reference/) |
27 | 27 |
|
28 | 28 | ## Documentation |
29 | 29 |
|
30 | | -[Reference documentation](http://projectreactor.io/docs/rabbitmq/milestone/reference/) |
| 30 | +[Reference documentation](https://projectreactor.io/docs/rabbitmq/milestone/reference/) |
31 | 31 |
|
32 | | -[Javadoc](http://projectreactor.io/docs/rabbitmq/milestone/api/index.html) |
| 32 | +[Javadoc](https://projectreactor.io/docs/rabbitmq/milestone/api/index.html) |
33 | 33 |
|
34 | 34 | ## Building applications using Reactor RabbitMQ API |
35 | 35 |
|
36 | | -You need to have [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed. |
| 36 | +You need to have [Java 8](https://www.oracle.com/technetwork/java/javase/downloads/index.html) installed. |
37 | 37 |
|
38 | 38 | With Maven: |
39 | 39 | ```xml |
@@ -145,4 +145,4 @@ You need a local running RabbitMQ instance. |
145 | 145 |
|
146 | 146 | Reactor RabbitMQ is [Apache 2.0 licensed](http://www.apache.org/licenses/LICENSE-2.0.html). |
147 | 147 |
|
148 | | -_Sponsored by [Pivotal](http://pivotal.io)_ |
| 148 | +_Sponsored by [Pivotal](https://pivotal.io)_ |
0 commit comments