Skip to content

Getting Started tutorials for the amqp10 Node.JS API with Solace Message Routers.

License

Notifications You must be signed in to change notification settings

lwyic/solace-samples-amqp-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started Examples

Using Node.js over AMQP 1.0 with Solace Message Routers

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:

The "Getting Started" tutorials will get you up to speed and sending messages with Solace technology as quickly as possible. There are two ways you can get started:

  • 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.
  • If you do not have access to a Solace message router, you will need to go through the “Set up a VMR” tutorial to download and install the software.

Contents

This repository contains code and matching tutorial walkthroughs for different basic scenarios. It is best to view the associated tutorials home page.

Checking out and Building

To check out the project and build it, do the following:

  1. clone this GitHub repository
  2. cd solace-samples-nodejs

AMQP 10 JavaScript Library

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

Running the Samples

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.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the Apache License, Version 2.0. - See the LICENSE file for details.

Resources

For more information try these resources:

About

Getting Started tutorials for the amqp10 Node.JS API with Solace Message Routers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%