Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
50 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,31 @@ | ||
=== async-msg-resources.adoc | ||
|
||
# Async Message Resources | ||
|
||
#### The Protocol | ||
https://www.amqp.org/specification/0-9-1/amqp-org-download | ||
<= AMQP Protocol 0.9.1 + | ||
http://docs.oasis-open.org/amqp/core/v1.0/amqp-core-complete-v1.0.pdf | ||
<= AMQP Core Complete v1.0 (pdf) + | ||
https://www.amqp.org/specification/0-9-1/amqp-org-download\n <- AMQP Protocol 0.9.1 + | ||
http://docs.oasis-open.org/amqp/core/v1.0/amqp-core-complete-v1.0.pdf <- AMQP Core Complete v1.0 (pdf) + | ||
|
||
#### Rabbit AMQP | ||
https://rabbitmq.com/reliability.html | ||
<= + | ||
https://rabbitmq.com/download.html | ||
<= download and install page + | ||
https://github.com/rabbitmq/rabbitmq-server | ||
<= + | ||
https://rabbitmq.com/documentation.html | ||
<= + | ||
https://rabbitmq.com/configure.html | ||
<= + | ||
https://rabbitmq.com/queues.html | ||
<= + | ||
https://rabbitmq.com/reliability.html\n <- + | ||
https://rabbitmq.com/download.html\n <- download and install page + | ||
https://github.com/rabbitmq/rabbitmq-server\n <- + | ||
https://rabbitmq.com/documentation.html\n <- + | ||
https://rabbitmq.com/configure.html\n <- + | ||
https://rabbitmq.com/queues.html\n <- + | ||
|
||
#### Apache QPID | ||
https://qpid.apache.org/index.html | ||
<= + | ||
https://github.com/amqphub/quarkus-qpid-jms-quickstart | ||
<= + | ||
https://qpid.apache.org/index.html\n <- + | ||
https://github.com/amqphub/quarkus-qpid-jms-quickstart\n <- + | ||
|
||
#### Intros and Tutorials | ||
|
||
https://ably.com/topic/intro-to-amqp-0-9-1 | ||
<= AMQP 0.9.1 + | ||
https://ably.com/topic/intro-to-amqp-1-0 | ||
<= AMQP 1.0 + | ||
https://jstobigdata.com/rabbitmq/complete-rabbitmq-tutorial-in-java/ | ||
<= + | ||
https://spring.io/projects/spring-amqp | ||
<= + | ||
https://ably.com/topic/intro-to-amqp-0-9-1\n <- AMQP 0.9.1 + | ||
https://ably.com/topic/intro-to-amqp-1-0\n <- AMQP 1.0 + | ||
https://jstobigdata.com/rabbitmq/complete-rabbitmq-tutorial-in-java/\n <- + | ||
https://spring.io/projects/spring-amqp\n <- + | ||
|
||
#### Challenges: Ordering of Event | ||
https://medium.com/baseds/ordering-distributed-events-29c1dd9d1eff | ||
<= + | ||
https://medium.com/baseds/logical-time-and-lamport-clocks-part-1-d0317e407112 | ||
<= + | ||
https://medium.com/baseds/logical-time-and-lamport-clocks-part-2-272c097dcdda | ||
<= + | ||
https://medium.com/baseds/ordering-distributed-events-29c1dd9d1eff\n <- + | ||
https://medium.com/baseds/logical-time-and-lamport-clocks-part-1-d0317e407112 <- + | ||
https://medium.com/baseds/logical-time-and-lamport-clocks-part-2-272c097dcdda <- + |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
=== async-msg-resources.adoc | ||
|
||
# Async Message Resources | ||
|
||
#### The Protocol | ||
https://www.amqp.org/specification/0-9-1/amqp-org-download\n <- AMQP Protocol 0.9.1 + | ||
http://docs.oasis-open.org/amqp/core/v1.0/amqp-core-complete-v1.0.pdf <- AMQP Core Complete v1.0 (pdf) + | ||
|
||
#### Rabbit AMQP | ||
https://rabbitmq.com/reliability.html\n <- + | ||
https://rabbitmq.com/download.html\n <- download and install page + | ||
https://github.com/rabbitmq/rabbitmq-server\n <- + | ||
https://rabbitmq.com/documentation.html\n <- + | ||
https://rabbitmq.com/configure.html\n <- + | ||
https://rabbitmq.com/queues.html\n <- + | ||
|
||
#### Apache QPID | ||
https://qpid.apache.org/index.html\n <- + | ||
https://github.com/amqphub/quarkus-qpid-jms-quickstart\n <- + | ||
|
||
#### Intros and Tutorials | ||
|
||
https://ably.com/topic/intro-to-amqp-0-9-1\n <- AMQP 0.9.1 + | ||
https://ably.com/topic/intro-to-amqp-1-0\n <- AMQP 1.0 + | ||
https://jstobigdata.com/rabbitmq/complete-rabbitmq-tutorial-in-java/\n <- + | ||
https://spring.io/projects/spring-amqp\n <- + | ||
|
||
#### Challenges: Ordering of Event | ||
https://medium.com/baseds/ordering-distributed-events-29c1dd9d1eff\n <- + | ||
https://medium.com/baseds/logical-time-and-lamport-clocks-part-1-d0317e407112 <- + | ||
https://medium.com/baseds/logical-time-and-lamport-clocks-part-2-272c097dcdda <- + |
Binary file not shown.