Top 0.3% dependent packages on proxy.golang.org
Top 0.5% dependent repos on proxy.golang.org
Top 1.0% forks on proxy.golang.org
Top 0.7% docker downloads on proxy.golang.org
proxy.golang.org : gocloud.dev/pubsub/rabbitpubsub
Package rabbitpubsub provides an pubsub implementation for RabbitMQ. Use OpenTopic to construct a *pubsub.Topic, and/or OpenSubscription to construct a *pubsub.Subscription. RabbitMQ follows the AMQP specification, which uses different terminology than the Go CDK Pub/Sub. A Pub/Sub topic is an AMQP exchange. The exchange kind should be "fanout" to match the Pub/Sub model, although publishing will work with any kind of exchange. A Pub/Sub subscription is an AMQP queue. The queue should be bound to the exchange that is the topic of the subscription. See the package example for details. For pubsub.OpenTopic and pubsub.OpenSubscription, rabbitpubsub registers for the scheme "rabbit". The default URL opener will connect to a default server based on the environment variable "RABBIT_SERVER_URL". To customize the URL opener, or for more details on the URL format, see URLOpener. See https://gocloud.dev/concepts/urls/ for background information. RabbitMQ supports at-least-once semantics; applications must call Message.Ack after processing a message, or it will be redelivered. See https://godoc.org/gocloud.dev/pubsub#hdr-At_most_once_and_At_least_once_Delivery for more background. rabbitpubsub exposes the following types for As:
Registry
- Homepage
- Documentation
- JSON
purl: pkg:golang/gocloud.dev/pubsub/rabbitpubsub
Keywords:
aws
, azure
, cloud
, gcp
, go
, golang
, hybrid-cloud
, multi-cloud
, portable
, server
License: Apache-2.0
Latest release: 2 months ago
First release: about 6 years ago
Namespace: gocloud.dev/pubsub
Dependent packages: 151
Dependent repositories: 189
Stars: 9,680 on GitHub
Forks: 820 on GitHub
Docker dependents: 27
Docker downloads: 206,872
Total Commits: 2032
Committers: 152
Average commits per author: 13.368
Development Distribution Score (DDS): 0.568
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: about 19 hours ago