Quickly Integrate Interconnect/Qpid Dispatch Router With AMQ7.

#ICYMI: In this article, we will learn how to integrate Qpid Dispatch Router or Interconnect with AMQ7 or Apache Activemq Artemis. We will understand the basic router configuration for Interconnect to connect to AMQ7 broker. Interconnect is also known as Apache Qpid Dispatch Router or simply Dispatch Router.

We have a Docker image of Qpid Dispatch Router. This Docker image is just for testing the router configurations. Qpid Dispatch Router is provided as a set of rpms, which might be tricky to install. I don’t suggest this Docker image to be used in a production environment as it is not enterprise ready. However, there should be a way where developers and the QE Team can test router configuration without diving deep into installation procedures. It also shouldn’t be OS specific. With Docker image, one can directly spin up multiple router containers with different router configurations in few seconds. Also, it is OS independent. I can run this Dispatch Router in Ubuntu or CentOS or Fedora or other Linux flavors without any software installation, which might be a mess for beginners. https://goo.gl/n6gPLb

7 APIs from the New York Times That Have a High StreamRank

#ICYDK: What APIs from the New York Times would benefit from layering event-driven architecture on top of them?

Each of the APIs we profile as part of the API Gallery™ has an OpenAPI definition created for it when we learn more about what they offer. This is what builds out the listing and detail pages for the gallery, allows us to better understand what each API offers, and help others discover the different APIs that exist across the landscape. Once we have an OpenAPI definition for an API, we load the definition into Postman and begin making calls to each API. When we come across an API that looks like it has a high potential for rapid change, we benchmark the API for a 24-48 hour period, and establish what we call a StreamRank™ for each individual API path. https://goo.gl/NKmKNR