ruby-amqp (1.8.0-1)

Details

Core information at a glance

Distribution
debian
Origin
debian-sid
Repository
https://deb.debian.org/debian
Codename
sid
Component
main
Source
none
Architecture
s390x
Section
ruby
Priority
optional
Maintainer
Debian Ruby Extras Maintainers <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
1.6 kB
Size expected
1.1 MB
Size actual
1.1 MB
Size match

Dependencies

Required package dependencies

  • ruby-amq-protocol (>= 2.2.0)
  • ruby-eventmachine

Suggested packages

Recommended additional packages

  • None

Description

feature-rich, asynchronous AMQP client

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD5a19a38ec…ff53e1ce
SHA-1a3acff47…3628bb00
SHA-2568a99a3a5…1985c380
SHA-51205a3810c…f0c75831

Contents

Files and directories included

.
usr
usr/lib
usr/lib/ruby
usr/lib/ruby/vendor_ruby
usr/lib/ruby/vendor_ruby/amq
usr/lib/ruby/vendor_ruby/amq/protocol
usr/lib/ruby/vendor_ruby/amq/protocol/get_response.rb
usr/lib/ruby/vendor_ruby/amqp
usr/lib/ruby/vendor_ruby/amqp/auth_mechanism_adapter
usr/lib/ruby/vendor_ruby/amqp/auth_mechanism_adapter/external.rb
usr/lib/ruby/vendor_ruby/amqp/auth_mechanism_adapter/plain.rb
usr/lib/ruby/vendor_ruby/amqp/auth_mechanism_adapter.rb
usr/lib/ruby/vendor_ruby/amqp/bit_set.rb
usr/lib/ruby/vendor_ruby/amqp/broker.rb
usr/lib/ruby/vendor_ruby/amqp/callbacks.rb
usr/lib/ruby/vendor_ruby/amqp/channel.rb
usr/lib/ruby/vendor_ruby/amqp/channel_id_allocator.rb
usr/lib/ruby/vendor_ruby/amqp/compatibility
usr/lib/ruby/vendor_ruby/amqp/compatibility/ruby187_patchlevel_check.rb
usr/lib/ruby/vendor_ruby/amqp/consumer.rb
usr/lib/ruby/vendor_ruby/amqp/consumer_tag_generator.rb
usr/lib/ruby/vendor_ruby/amqp/deferrable.rb
usr/lib/ruby/vendor_ruby/amqp/entity.rb
usr/lib/ruby/vendor_ruby/amqp/exceptions.rb
usr/lib/ruby/vendor_ruby/amqp/exchange.rb
usr/lib/ruby/vendor_ruby/amqp/extensions
usr/lib/ruby/vendor_ruby/amqp/extensions/rabbitmq.rb
usr/lib/ruby/vendor_ruby/amqp/framing
usr/lib/ruby/vendor_ruby/amqp/framing/string
usr/lib/ruby/vendor_ruby/amqp/framing/string/frame.rb
usr/lib/ruby/vendor_ruby/amqp/handlers_registry.rb
usr/lib/ruby/vendor_ruby/amqp/header.rb
usr/lib/ruby/vendor_ruby/amqp/int_allocator.rb
usr/lib/ruby/vendor_ruby/amqp/integration
usr/lib/ruby/vendor_ruby/amqp/integration/rails.rb
usr/lib/ruby/vendor_ruby/amqp/openable.rb
usr/lib/ruby/vendor_ruby/amqp/queue.rb
usr/lib/ruby/vendor_ruby/amqp/session.rb
usr/lib/ruby/vendor_ruby/amqp/settings.rb
usr/lib/ruby/vendor_ruby/amqp/utilities
usr/lib/ruby/vendor_ruby/amqp/utilities/event_loop_helper.rb
usr/lib/ruby/vendor_ruby/amqp/utilities/server_type.rb
usr/lib/ruby/vendor_ruby/amqp/version.rb
usr/lib/ruby/vendor_ruby/amqp.rb
usr/share
usr/share/doc
usr/share/doc/ruby-amqp
usr/share/doc/ruby-amqp/README.md.gz
usr/share/doc/ruby-amqp/changelog.Debian.gz
usr/share/doc/ruby-amqp/changelog.gz
usr/share/doc/ruby-amqp/copyright
usr/share/doc/ruby-amqp/docs
usr/share/doc/ruby-amqp/docs/08Migration.textile.gz
usr/share/doc/ruby-amqp/docs/AMQP091ModelExplained.textile.gz
usr/share/doc/ruby-amqp/docs/Bindings.textile.gz
usr/share/doc/ruby-amqp/docs/Clustering.textile
usr/share/doc/ruby-amqp/docs/ConnectingToTheBroker.textile.gz
usr/share/doc/ruby-amqp/docs/ConnectionEncryptionWithTLS.textile
usr/share/doc/ruby-amqp/docs/DocumentationGuidesIndex.textile.gz
usr/share/doc/ruby-amqp/docs/Durability.textile.gz
usr/share/doc/ruby-amqp/docs/ErrorHandling.textile.gz
usr/share/doc/ruby-amqp/docs/Exchanges.textile.gz
usr/share/doc/ruby-amqp/docs/GettingStarted.textile.gz
usr/share/doc/ruby-amqp/docs/PatternsAndUseCases.textile.gz
usr/share/doc/ruby-amqp/docs/Queues.textile.gz
usr/share/doc/ruby-amqp/docs/RabbitMQVersions.textile
usr/share/doc/ruby-amqp/docs/RunningTests.textile
usr/share/doc/ruby-amqp/docs/TestingWithEventedSpec.textile.gz
usr/share/doc/ruby-amqp/docs/Troubleshooting.textile.gz
usr/share/doc/ruby-amqp/docs/VendorSpecificExtensions.textile.gz
usr/share/doc/ruby-amqp/docs/diagrams
usr/share/doc/ruby-amqp/docs/diagrams/001_hello_world_example_routing.png
usr/share/doc/ruby-amqp/docs/diagrams/002_blabbr_example_routing.png
usr/share/doc/ruby-amqp/docs/diagrams/003_weathr_example_routing.png
usr/share/doc/ruby-amqp/docs/diagrams/004_fanout_exchange.png
usr/share/doc/ruby-amqp/docs/diagrams/005_direct_exchange.png
usr/share/doc/ruby-amqp/docs/diagrams/006_amqp_091_message_acknowledgements.png
usr/share/doc/ruby-amqp/docs/diagrams/007_rabbitmq_publisher_confirms.png
usr/share/doc/ruby-amqp/docs/diagrams/redhat
usr/share/doc/ruby-amqp/docs/diagrams/redhat/direct_exchange.png
usr/share/doc/ruby-amqp/docs/diagrams/redhat/fanout_exchange.png
usr/share/doc/ruby-amqp/docs/diagrams/redhat/topic_exchange.png
usr/share/doc/ruby-amqp/examples
usr/share/doc/ruby-amqp/examples/channels
usr/share/doc/ruby-amqp/examples/channels/open_channel_with_one_arity_callback.rb
usr/share/doc/ruby-amqp/examples/channels/open_channel_without_assignment.rb
usr/share/doc/ruby-amqp/examples/channels/prefetch_as_constructor_argument.rb
usr/share/doc/ruby-amqp/examples/channels/qos_aka_prefetch.rb
usr/share/doc/ruby-amqp/examples/channels/qos_aka_prefetch_without_callback.rb
usr/share/doc/ruby-amqp/examples/connection
usr/share/doc/ruby-amqp/examples/connection/connect_and_immediately_disconnect.rb
usr/share/doc/ruby-amqp/examples/error_handling
usr/share/doc/ruby-amqp/examples/error_handling/automatic_recovery_of_channel_and_queues.rb
usr/share/doc/ruby-amqp/examples/error_handling/automatically_recovering_hello_world_consumer.rb
usr/share/doc/ruby-amqp/examples/error_handling/automatically_recovering_hello_world_consumer_that_uses_a_server_named_queue.rb
usr/share/doc/ruby-amqp/examples/error_handling/basic_connection_failover.rb
usr/share/doc/ruby-amqp/examples/error_handling/channel_level_exception.rb
usr/share/doc/ruby-amqp/examples/error_handling/channel_level_exception_with_multiple_channels_involved.rb
usr/share/doc/ruby-amqp/examples/error_handling/connection_level_exception.rb
usr/share/doc/ruby-amqp/examples/error_handling/connection_level_exception_with_objects.rb
usr/share/doc/ruby-amqp/examples/error_handling/connection_loss_handler.rb
usr/share/doc/ruby-amqp/examples/error_handling/global_channel_level_exception_handler.rb
usr/share/doc/ruby-amqp/examples/error_handling/handling_authentication_failure_with_a_callback.rb
usr/share/doc/ruby-amqp/examples/error_handling/handling_authentication_failure_with_a_rescue_block.rb
usr/share/doc/ruby-amqp/examples/error_handling/handling_vhost_misconfiguration_with_a_rescue_block.rb
usr/share/doc/ruby-amqp/examples/error_handling/hello_world_producer.rb
usr/share/doc/ruby-amqp/examples/error_handling/insufficient_permissions.rb
usr/share/doc/ruby-amqp/examples/error_handling/manual_connection_and_channel_recovery.rb
usr/share/doc/ruby-amqp/examples/error_handling/queue_exclusivity_violation.rb
usr/share/doc/ruby-amqp/examples/error_handling/queue_name_violation.rb
usr/share/doc/ruby-amqp/examples/error_handling/reopening_a_channel_after_channel_level_exception.rb
usr/share/doc/ruby-amqp/examples/error_handling/tcp_connection_failure_handling_with_a_rescue_block.rb
usr/share/doc/ruby-amqp/examples/error_handling/tcp_connection_failure_with_a_callback.rb
usr/share/doc/ruby-amqp/examples/exchanges
usr/share/doc/ruby-amqp/examples/exchanges/autodeletion_of_exchanges.rb
usr/share/doc/ruby-amqp/examples/exchanges/declare_an_exchange_without_assignment.rb
usr/share/doc/ruby-amqp/examples/extensions
usr/share/doc/ruby-amqp/examples/extensions/rabbitmq
usr/share/doc/ruby-amqp/examples/extensions/rabbitmq/connection_blocking.rb
usr/share/doc/ruby-amqp/examples/extensions/rabbitmq/per_queue_message_ttl.rb
usr/share/doc/ruby-amqp/examples/extensions/rabbitmq/publisher_confirmations_with_transient_messages.rb
usr/share/doc/ruby-amqp/examples/extensions/rabbitmq/using_alternate_exchanges.rb
usr/share/doc/ruby-amqp/examples/guides
usr/share/doc/ruby-amqp/examples/guides/getting_started
usr/share/doc/ruby-amqp/examples/guides/getting_started/01_hello_world.rb
usr/share/doc/ruby-amqp/examples/guides/getting_started/02_hello_world_dslified.rb
usr/share/doc/ruby-amqp/examples/guides/getting_started/03_blabbr.rb
usr/share/doc/ruby-amqp/examples/guides/getting_started/04_weathr.rb
usr/share/doc/ruby-amqp/examples/guides/queues
usr/share/doc/ruby-amqp/examples/guides/queues/01a_declaring_a_server_named_queue_using_queue_constructor.rb
usr/share/doc/ruby-amqp/examples/guides/queues/01b_declaring_a_queue_using_queue_constructor.rb
usr/share/doc/ruby-amqp/examples/guides/queues/02a_declaring_a_durable_shared_queue.rb
usr/share/doc/ruby-amqp/examples/guides/queues/02b_declaring_a_durable_shared_queue.rb
usr/share/doc/ruby-amqp/examples/guides/queues/03a_declaring_a_temporary_exclusive_queue.rb
usr/share/doc/ruby-amqp/examples/guides/queues/03b_declaring_a_temporary_exclusive_queue.rb
usr/share/doc/ruby-amqp/examples/guides/queues/04_bind_a_queue_using_exchange_instance.rb
usr/share/doc/ruby-amqp/examples/guides/queues/05_bind_a_queue_using_exchange_name.rb
usr/share/doc/ruby-amqp/examples/guides/queues/06_subscribe_to_receive_messages.rb
usr/share/doc/ruby-amqp/examples/guides/queues/07_fetch_a_message_from_the_queue.rb
usr/share/doc/ruby-amqp/examples/guides/queues/08_unsubscribing_a_consumer.rb
usr/share/doc/ruby-amqp/examples/guides/queues/09_unbinding_from_exchange.rb
usr/share/doc/ruby-amqp/examples/guides/queues/10_purge_a_queue.rb
usr/share/doc/ruby-amqp/examples/guides/queues/11_deleting_a_queue.rb
usr/share/doc/ruby-amqp/examples/guides/queues/12_objects_that_consume_messages.rb
usr/share/doc/ruby-amqp/examples/guides/queues/13_objects_that_consume_messages_take_two.rb
usr/share/doc/ruby-amqp/examples/hello_world.rb
usr/share/doc/ruby-amqp/examples/hello_world_with_an_empty_string.rb
usr/share/doc/ruby-amqp/examples/hello_world_with_eventmachine_in_a_separate_thread.rb
usr/share/doc/ruby-amqp/examples/hello_world_with_large_payload.rb
usr/share/doc/ruby-amqp/examples/inspecting_server_information.rb
usr/share/doc/ruby-amqp/examples/issues
usr/share/doc/ruby-amqp/examples/issues/amq_client_issue_7.rb
usr/share/doc/ruby-amqp/examples/issues/amq_protocol_issue_14.rb
usr/share/doc/ruby-amqp/examples/issues/issue_121.rb
usr/share/doc/ruby-amqp/examples/issues/issue_75.rb
usr/share/doc/ruby-amqp/examples/issues/issue_79.rb
usr/share/doc/ruby-amqp/examples/issues/issue_80.rb
usr/share/doc/ruby-amqp/examples/issues/issue_93.rb
usr/share/doc/ruby-amqp/examples/issues/issue_94.rb
usr/share/doc/ruby-amqp/examples/patterns
usr/share/doc/ruby-amqp/examples/patterns/command
usr/share/doc/ruby-amqp/examples/patterns/command/consumer.rb
usr/share/doc/ruby-amqp/examples/patterns/command/producer.rb
usr/share/doc/ruby-amqp/examples/patterns/event
usr/share/doc/ruby-amqp/examples/patterns/event/consumer.rb
usr/share/doc/ruby-amqp/examples/patterns/event/producer.rb
usr/share/doc/ruby-amqp/examples/patterns/request_reply
usr/share/doc/ruby-amqp/examples/patterns/request_reply/client.rb
usr/share/doc/ruby-amqp/examples/patterns/request_reply/server.rb
usr/share/doc/ruby-amqp/examples/publishing
usr/share/doc/ruby-amqp/examples/publishing/publishing_a_one_off_message.rb
usr/share/doc/ruby-amqp/examples/publishing/publishing_callback.rb
usr/share/doc/ruby-amqp/examples/publishing/returned_messages.rb
usr/share/doc/ruby-amqp/examples/publishing/simplistic_scatter_gather.rb
usr/share/doc/ruby-amqp/examples/queues
usr/share/doc/ruby-amqp/examples/queues/accessing_message_metadata.rb
usr/share/doc/ruby-amqp/examples/queues/automatic_binding_for_default_direct_exchange.rb
usr/share/doc/ruby-amqp/examples/queues/basic_get.rb
usr/share/doc/ruby-amqp/examples/queues/cancel_default_consumer.rb
usr/share/doc/ruby-amqp/examples/queues/declare_a_queue_without_assignment.rb
usr/share/doc/ruby-amqp/examples/queues/declare_and_bind_a_server_named_queue.rb
usr/share/doc/ruby-amqp/examples/queues/queue_status.rb
usr/share/doc/ruby-amqp/examples/queues/rejecting_messages_without_requeueuing.rb
usr/share/doc/ruby-amqp/examples/queues/using_explicit_acknowledgements.rb
usr/share/doc/ruby-amqp/examples/rack
usr/share/doc/ruby-amqp/examples/rack/publish_a_message_on_request
usr/share/doc/ruby-amqp/examples/rack/publish_a_message_on_request/thin.ru
usr/share/doc/ruby-amqp/examples/routing
usr/share/doc/ruby-amqp/examples/routing/fanout_routing.rb
usr/share/doc/ruby-amqp/examples/routing/headers_routing.rb
usr/share/doc/ruby-amqp/examples/routing/pubsub.rb
usr/share/doc/ruby-amqp/examples/routing/round_robin_with_direct_exchange.rb
usr/share/doc/ruby-amqp/examples/routing/round_robin_with_the_default_exchange.rb
usr/share/doc/ruby-amqp/examples/routing/unroutable_mandatory_message_is_returned.rb
usr/share/doc/ruby-amqp/examples/routing/weather_updates.rb
usr/share/doc/ruby-amqp/examples/tls
usr/share/doc/ruby-amqp/examples/tls/using_tls.rb
usr/share/doc/ruby-amqp/examples/tls_certificates
usr/share/doc/ruby-amqp/examples/tls_certificates/client
usr/share/doc/ruby-amqp/examples/tls_certificates/client/cert.pem
usr/share/doc/ruby-amqp/examples/tls_certificates/client/key.pem
usr/share/doc/ruby-amqp/examples/tls_certificates/client/keycert.p12
usr/share/doc/ruby-amqp/examples/tls_certificates/client/req.pem
usr/share/doc/ruby-amqp/examples/tls_certificates/server
usr/share/doc/ruby-amqp/examples/tls_certificates/server/cert.pem
usr/share/doc/ruby-amqp/examples/tls_certificates/server/key.pem
usr/share/doc/ruby-amqp/examples/tls_certificates/server/keycert.p12
usr/share/doc/ruby-amqp/examples/tls_certificates/server/req.pem
usr/share/doc/ruby-amqp/examples/tls_certificates/testca
usr/share/doc/ruby-amqp/examples/tls_certificates/testca/cacert.cer
usr/share/doc/ruby-amqp/examples/tls_certificates/testca/cacert.pem
usr/share/doc/ruby-amqp/examples/tls_certificates/testca/index.txt
usr/share/doc/ruby-amqp/examples/tls_certificates/testca/index.txt.attr
usr/share/doc/ruby-amqp/examples/tls_certificates/testca/index.txt.old
usr/share/doc/ruby-amqp/examples/tls_certificates/testca/openssl.cnf
usr/share/doc/ruby-amqp/examples/tls_certificates/testca/private
usr/share/doc/ruby-amqp/examples/tls_certificates/testca/private/cakey.pem
usr/share/doc/ruby-amqp/examples/tls_certificates/testca/serial
usr/share/doc/ruby-amqp/examples/tls_certificates/testca/serial.old
usr/share/rubygems-integration
usr/share/rubygems-integration/all
usr/share/rubygems-integration/all/specifications
usr/share/rubygems-integration/all/specifications/amqp-1.8.0.gemspec