Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MBProMax
khazelton committed Jun 19, 2023
1 parent 58876aa commit fd6a260
Showing 4 changed files with 50 additions and 34 deletions.
Binary file modified .DS_Store
Binary file not shown.
53 changes: 19 additions & 34 deletions async-message-resources.adoc
@@ -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 <- +
31 changes: 31 additions & 0 deletions async-msg-resources.adoc
@@ -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 added id/.DS_Store
Binary file not shown.

0 comments on commit fd6a260

Please sign in to comment.