The Advanced Message Queuing Protocol (AMQP) is an open standard application layer protocol for message-oriented middleware, and Solace Message Routers support AMQP 1.0.
In addition to information provided on the Solace Developer Portal, you may also look at external sources for more details about AMQP:
- http://www.amqp.org
- https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=amqp
- http://docs.oasis-open.org/amqp/core/v1.0/amqp-core-complete-v1.0.pdf
The "Getting Started" tutorials will get you up to speed and sending messages with Solace technology as quickly as possible. There are three ways you can get started:
- Follow these instructions to quickly spin up a cloud-based Solace messaging service for your applications.
- Follow these instructions to start the Solace VMR in leading Clouds, Container Platforms or Hypervisors. The tutorials outline where to download and how to install the Solace VMR.
- If your company has Solace message routers deployed, contact your middleware team to obtain the host name or IP address of a Solace message router to test against, a username and password to access it, and a VPN in which you can produce and consume messages.
This repository contains code and matching tutorial walkthroughs for different basic scenarios. It is best to view the associated tutorials home page.
To check out the project and build it, do the following:
- clone this GitHub repository
cd solace-samples-nodejs
The AMQP 10
JavaScript library can be downloaded here. The instructions in this tutorial assume you have installed this library with npm
.
$ npm install amqp10 -save
The samples are found in the src
directory.
You run the sample using node
. For example:
$ node QueueConsumer.js amqp://<SOLACE_HOST>:<AMQP_PORT>
See the tutorials for more details.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
See the list of contributors who participated in this project.
This project is licensed under the Apache License, Version 2.0. - See the LICENSE file for details.
For more information try these resources:
- The Solace Developer Portal website at: http://dev.solace.com
- Get a better understanding of Solace technology.
- Check out the Solace blog for other interesting discussions around Solace technology
- Ask the Solace community.