amqp 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/amqp.gemspec +2 -2
  2. data/lib/amqp/version.rb +1 -1
  3. metadata +312 -328
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.homepage = "http://rubyamqp.info"
12
12
  s.summary = "Widely used, feature-rich asynchronous RabbitMQ client with batteries included"
13
13
  # RubyGems will emit warnings if summary is the same as description. I have no idea why but lets trick it. MK.
14
- s.description = "Widely used, feature-rich asynchronous AMQP RabbitMQ client with batteries included."
14
+ s.description = "Widely used, feature-rich asynchronous RabbitMQ client with batteries included."
15
15
  s.email = ["bWljaGFlbEBub3ZlbWJlcmFpbi5jb20=\n", "c3Rhc3RueUAxMDFpZGVhcy5jeg==\n"].map { |i| Base64.decode64(i) }
16
16
  s.licenses = ["Ruby"]
17
17
 
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
25
25
  # Dependencies
26
26
  s.add_dependency "eventmachine"
27
27
  s.add_dependency "amq-client", "~> 1.0.0"
28
- s.add_dependency "amq-protocol", "~> 1.2.0"
28
+ s.add_dependency "amq-protocol", ">= 1.3.0"
29
29
 
30
30
  s.rubyforge_project = "amqp"
31
31
  end
@@ -6,5 +6,5 @@ module AMQP
6
6
  #
7
7
  # @see AMQ::Protocol::VERSION
8
8
  # @return [String] AMQP gem version
9
- VERSION = '1.0.0'
9
+ VERSION = '1.0.1'
10
10
  end
metadata CHANGED
@@ -1,343 +1,327 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: amqp
3
- version: !ruby/object:Gem::Version
4
- version: 1.0.0
5
- prerelease:
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 1.0.1
6
6
  platform: ruby
7
- authors:
8
- - Aman Gupta
9
- - Jakub Stastny aka botanicus
10
- - Michael S. Klishin
11
- autorequire:
7
+ authors:
8
+ - Aman Gupta
9
+ - Jakub Stastny aka botanicus
10
+ - Michael S. Klishin
11
+ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-03-24 00:00:00.000000000 Z
15
- dependencies:
16
- - !ruby/object:Gem::Dependency
17
- name: eventmachine
18
- version_requirements: !ruby/object:Gem::Requirement
19
- requirements:
20
- - - ">="
21
- - !ruby/object:Gem::Version
22
- version: !binary |-
23
- MA==
24
- none: false
25
- requirement: !ruby/object:Gem::Requirement
26
- requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- version: !binary |-
30
- MA==
31
- none: false
32
- prerelease: false
33
- type: :runtime
34
- - !ruby/object:Gem::Dependency
35
- name: amq-client
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: 1.0.0
41
- none: false
42
- requirement: !ruby/object:Gem::Requirement
43
- requirements:
44
- - - "~>"
45
- - !ruby/object:Gem::Version
46
- version: 1.0.0
47
- none: false
48
- prerelease: false
49
- type: :runtime
50
- - !ruby/object:Gem::Dependency
51
- name: amq-protocol
52
- version_requirements: !ruby/object:Gem::Requirement
53
- requirements:
54
- - - "~>"
55
- - !ruby/object:Gem::Version
56
- version: 1.2.0
57
- none: false
58
- requirement: !ruby/object:Gem::Requirement
59
- requirements:
60
- - - "~>"
61
- - !ruby/object:Gem::Version
62
- version: 1.2.0
63
- none: false
64
- prerelease: false
65
- type: :runtime
66
- description: Widely used, feature-rich asynchronous AMQP RabbitMQ client with batteries included.
67
- email:
68
- - !binary |-
69
- bWljaGFlbEBub3ZlbWJlcmFpbi5jb20=
70
- - !binary |-
71
- c3Rhc3RueUAxMDFpZGVhcy5jeg==
14
+
15
+ date: 2013-04-10 00:00:00 Z
16
+ dependencies:
17
+ - !ruby/object:Gem::Dependency
18
+ name: eventmachine
19
+ prerelease: false
20
+ requirement: &id001 !ruby/object:Gem::Requirement
21
+ none: false
22
+ requirements:
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: "0"
26
+ type: :runtime
27
+ version_requirements: *id001
28
+ - !ruby/object:Gem::Dependency
29
+ name: amq-client
30
+ prerelease: false
31
+ requirement: &id002 !ruby/object:Gem::Requirement
32
+ none: false
33
+ requirements:
34
+ - - ~>
35
+ - !ruby/object:Gem::Version
36
+ version: 1.0.0
37
+ type: :runtime
38
+ version_requirements: *id002
39
+ - !ruby/object:Gem::Dependency
40
+ name: amq-protocol
41
+ prerelease: false
42
+ requirement: &id003 !ruby/object:Gem::Requirement
43
+ none: false
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: 1.3.0
48
+ type: :runtime
49
+ version_requirements: *id003
50
+ description: Widely used, feature-rich asynchronous RabbitMQ client with batteries included.
51
+ email:
52
+ - michael@novemberain.com
53
+ - stastny@101ideas.cz
72
54
  executables: []
55
+
73
56
  extensions: []
74
- extra_rdoc_files:
75
- - README.md
76
- - docs/08Migration.textile
77
- - docs/AMQP091ModelExplained.textile
78
- - docs/Bindings.textile
79
- - docs/Clustering.textile
80
- - docs/ConnectingToTheBroker.textile
81
- - docs/ConnectionEncryptionWithTLS.textile
82
- - docs/DocumentationGuidesIndex.textile
83
- - docs/Durability.textile
84
- - docs/ErrorHandling.textile
85
- - docs/Exchanges.textile
86
- - docs/GettingStarted.textile
87
- - docs/PatternsAndUseCases.textile
88
- - docs/Queues.textile
89
- - docs/RabbitMQVersions.textile
90
- - docs/RunningTests.textile
91
- - docs/TestingWithEventedSpec.textile
92
- - docs/Troubleshooting.textile
93
- - docs/VendorSpecificExtensions.textile
94
- files:
95
- - ".gitignore"
96
- - ".rspec"
97
- - ".travis.yml"
98
- - ".yardopts"
99
- - CHANGELOG
100
- - Gemfile
101
- - README.md
102
- - Rakefile
103
- - amqp.gemspec
104
- - bin/ci/before_build.sh
105
- - bin/cleanify.rb
106
- - bin/docup
107
- - bin/irb
108
- - bin/set_test_suite_realms_up.sh
109
- - docs/08Migration.textile
110
- - docs/AMQP091ModelExplained.textile
111
- - docs/Bindings.textile
112
- - docs/Clustering.textile
113
- - docs/ConnectingToTheBroker.textile
114
- - docs/ConnectionEncryptionWithTLS.textile
115
- - docs/DocumentationGuidesIndex.textile
116
- - docs/Durability.textile
117
- - docs/ErrorHandling.textile
118
- - docs/Exchanges.textile
119
- - docs/GettingStarted.textile
120
- - docs/PatternsAndUseCases.textile
121
- - docs/Queues.textile
122
- - docs/RabbitMQVersions.textile
123
- - docs/RunningTests.textile
124
- - docs/TestingWithEventedSpec.textile
125
- - docs/Troubleshooting.textile
126
- - docs/VendorSpecificExtensions.textile
127
- - docs/diagrams/001_hello_world_example_routing.png
128
- - docs/diagrams/002_blabbr_example_routing.png
129
- - docs/diagrams/003_weathr_example_routing.png
130
- - docs/diagrams/004_fanout_exchange.png
131
- - docs/diagrams/005_direct_exchange.png
132
- - docs/diagrams/006_amqp_091_message_acknowledgements.png
133
- - docs/diagrams/007_rabbitmq_publisher_confirms.png
134
- - docs/diagrams/redhat/direct_exchange.png
135
- - docs/diagrams/redhat/fanout_exchange.png
136
- - docs/diagrams/redhat/topic_exchange.png
137
- - examples/channels/open_channel_with_one_arity_callback.rb
138
- - examples/channels/open_channel_without_assignment.rb
139
- - examples/channels/prefetch_as_constructor_argument.rb
140
- - examples/channels/qos_aka_prefetch.rb
141
- - examples/channels/qos_aka_prefetch_without_callback.rb
142
- - examples/connection/connect_and_immediately_disconnect.rb
143
- - examples/error_handling/automatic_recovery_of_channel_and_queues.rb
144
- - examples/error_handling/automatically_recovering_hello_world_consumer.rb
145
- - examples/error_handling/automatically_recovering_hello_world_consumer_that_uses_a_server_named_queue.rb
146
- - examples/error_handling/basic_connection_failover.rb
147
- - examples/error_handling/channel_level_exception.rb
148
- - examples/error_handling/channel_level_exception_with_multiple_channels_involved.rb
149
- - examples/error_handling/connection_level_exception.rb
150
- - examples/error_handling/connection_level_exception_with_objects.rb
151
- - examples/error_handling/connection_loss_handler.rb
152
- - examples/error_handling/global_channel_level_exception_handler.rb
153
- - examples/error_handling/handling_authentication_failure_with_a_callback.rb
154
- - examples/error_handling/handling_authentication_failure_with_a_rescue_block.rb
155
- - examples/error_handling/handling_vhost_misconfiguration_with_a_rescue_block.rb
156
- - examples/error_handling/hello_world_producer.rb
157
- - examples/error_handling/insufficient_permissions.rb
158
- - examples/error_handling/manual_connection_and_channel_recovery.rb
159
- - examples/error_handling/queue_exclusivity_violation.rb
160
- - examples/error_handling/queue_name_violation.rb
161
- - examples/error_handling/reopening_a_channel_after_channel_level_exception.rb
162
- - examples/error_handling/tcp_connection_failure_handling_with_a_rescue_block.rb
163
- - examples/error_handling/tcp_connection_failure_with_a_callback.rb
164
- - examples/exchanges/autodeletion_of_exchanges.rb
165
- - examples/exchanges/declare_an_exchange_without_assignment.rb
166
- - examples/extensions/rabbitmq/per_queue_message_ttl.rb
167
- - examples/extensions/rabbitmq/publisher_confirmations_with_transient_messages.rb
168
- - examples/extensions/rabbitmq/using_alternate_exchanges.rb
169
- - examples/guides/getting_started/01_hello_world.rb
170
- - examples/guides/getting_started/02_hello_world_dslified.rb
171
- - examples/guides/getting_started/03_blabbr.rb
172
- - examples/guides/getting_started/04_weathr.rb
173
- - examples/guides/queues/01a_declaring_a_server_named_queue_using_queue_constructor.rb
174
- - examples/guides/queues/01b_declaring_a_queue_using_queue_constructor.rb
175
- - examples/guides/queues/02a_declaring_a_durable_shared_queue.rb
176
- - examples/guides/queues/02b_declaring_a_durable_shared_queue.rb
177
- - examples/guides/queues/03a_declaring_a_temporary_exclusive_queue.rb
178
- - examples/guides/queues/03b_declaring_a_temporary_exclusive_queue.rb
179
- - examples/guides/queues/04_bind_a_queue_using_exchange_instance.rb
180
- - examples/guides/queues/05_bind_a_queue_using_exchange_name.rb
181
- - examples/guides/queues/06_subscribe_to_receive_messages.rb
182
- - examples/guides/queues/07_fetch_a_message_from_the_queue.rb
183
- - examples/guides/queues/08_unsubscribing_a_consumer.rb
184
- - examples/guides/queues/09_unbinding_from_exchange.rb
185
- - examples/guides/queues/10_purge_a_queue.rb
186
- - examples/guides/queues/11_deleting_a_queue.rb
187
- - examples/guides/queues/12_objects_that_consume_messages.rb
188
- - examples/guides/queues/13_objects_that_consume_messages_take_two.rb
189
- - examples/hello_world.rb
190
- - examples/hello_world_with_an_empty_string.rb
191
- - examples/hello_world_with_eventmachine_in_a_separate_thread.rb
192
- - examples/hello_world_with_large_payload.rb
193
- - examples/inspecting_server_information.rb
194
- - examples/issues/amq_client_issue_7.rb
195
- - examples/issues/amq_protocol_issue_14.rb
196
- - examples/issues/issue_121.rb
197
- - examples/issues/issue_75.rb
198
- - examples/issues/issue_79.rb
199
- - examples/issues/issue_80.rb
200
- - examples/issues/issue_93.rb
201
- - examples/issues/issue_94.rb
202
- - examples/patterns/command/consumer.rb
203
- - examples/patterns/command/producer.rb
204
- - examples/patterns/event/consumer.rb
205
- - examples/patterns/event/producer.rb
206
- - examples/patterns/request_reply/client.rb
207
- - examples/patterns/request_reply/server.rb
208
- - examples/publishing/publishing_a_one_off_message.rb
209
- - examples/publishing/publishing_callback.rb
210
- - examples/publishing/returned_messages.rb
211
- - examples/publishing/simplistic_scatter_gather.rb
212
- - examples/queues/accessing_message_metadata.rb
213
- - examples/queues/automatic_binding_for_default_direct_exchange.rb
214
- - examples/queues/basic_get.rb
215
- - examples/queues/cancel_default_consumer.rb
216
- - examples/queues/declare_a_queue_without_assignment.rb
217
- - examples/queues/declare_and_bind_a_server_named_queue.rb
218
- - examples/queues/queue_status.rb
219
- - examples/queues/rejecting_messages_without_requeueuing.rb
220
- - examples/queues/using_explicit_acknowledgements.rb
221
- - examples/rack/publish_a_message_on_request/thin.ru
222
- - examples/routing/fanout_routing.rb
223
- - examples/routing/headers_routing.rb
224
- - examples/routing/pubsub.rb
225
- - examples/routing/round_robin_with_direct_exchange.rb
226
- - examples/routing/round_robin_with_the_default_exchange.rb
227
- - examples/routing/unroutable_mandatory_message_is_returned.rb
228
- - examples/routing/weather_updates.rb
229
- - examples/tls/using_tls.rb
230
- - examples/tls_certificates/client/cert.pem
231
- - examples/tls_certificates/client/key.pem
232
- - examples/tls_certificates/client/keycert.p12
233
- - examples/tls_certificates/client/req.pem
234
- - examples/tls_certificates/server/cert.pem
235
- - examples/tls_certificates/server/key.pem
236
- - examples/tls_certificates/server/keycert.p12
237
- - examples/tls_certificates/server/req.pem
238
- - examples/tls_certificates/testca/cacert.cer
239
- - examples/tls_certificates/testca/cacert.pem
240
- - examples/tls_certificates/testca/certs/01.pem
241
- - examples/tls_certificates/testca/certs/02.pem
242
- - examples/tls_certificates/testca/index.txt
243
- - examples/tls_certificates/testca/index.txt.attr
244
- - examples/tls_certificates/testca/index.txt.attr.old
245
- - examples/tls_certificates/testca/index.txt.old
246
- - examples/tls_certificates/testca/openssl.cnf
247
- - examples/tls_certificates/testca/private/cakey.pem
248
- - examples/tls_certificates/testca/serial
249
- - examples/tls_certificates/testca/serial.old
250
- - lib/amqp.rb
251
- - lib/amqp/bit_set.rb
252
- - lib/amqp/broker.rb
253
- - lib/amqp/channel.rb
254
- - lib/amqp/client.rb
255
- - lib/amqp/compatibility/ruby187_patchlevel_check.rb
256
- - lib/amqp/connection.rb
257
- - lib/amqp/consumer.rb
258
- - lib/amqp/exceptions.rb
259
- - lib/amqp/exchange.rb
260
- - lib/amqp/extensions/rabbitmq.rb
261
- - lib/amqp/header.rb
262
- - lib/amqp/int_allocator.rb
263
- - lib/amqp/integration/rails.rb
264
- - lib/amqp/queue.rb
265
- - lib/amqp/session.rb
266
- - lib/amqp/utilities/event_loop_helper.rb
267
- - lib/amqp/utilities/server_type.rb
268
- - lib/amqp/version.rb
269
- - spec/integration/authentication_spec.rb
270
- - spec/integration/automatic_binding_for_default_direct_exchange_spec.rb
271
- - spec/integration/automatic_recovery_predicate_spec.rb
272
- - spec/integration/basic_get_spec.rb
273
- - spec/integration/basic_return_spec.rb
274
- - spec/integration/channel_close_spec.rb
275
- - spec/integration/channel_level_exception_handling_spec.rb
276
- - spec/integration/channel_level_exception_with_multiple_channels_spec.rb
277
- - spec/integration/connection_level_exception_handling_spec.rb
278
- - spec/integration/declare_and_immediately_bind_a_server_named_queue_spec.rb
279
- - spec/integration/declare_one_hundred_server_named_queues_spec.rb
280
- - spec/integration/direct_exchange_routing_spec.rb
281
- - spec/integration/exchange_declaration_spec.rb
282
- - spec/integration/extensions/rabbitmq/publisher_confirmations_spec.rb
283
- - spec/integration/fanout_exchange_routing_spec.rb
284
- - spec/integration/headers_exchange_routing_spec.rb
285
- - spec/integration/hello_world_spec.rb
286
- - spec/integration/mandatory_messages_spec.rb
287
- - spec/integration/message_acknowledgement_spec.rb
288
- - spec/integration/message_metadata_access_spec.rb
289
- - spec/integration/multiple_consumers_per_queue_spec.rb
290
- - spec/integration/ordering_of_published_messages_spec.rb
291
- - spec/integration/queue_declaration_spec.rb
292
- - spec/integration/queue_exclusivity_spec.rb
293
- - spec/integration/queue_redeclaration_with_incompatible_attributes_spec.rb
294
- - spec/integration/queue_status_spec.rb
295
- - spec/integration/recovery/per_channel_automatic_recovery_on_graceful_broker_shutdown_spec.rb
296
- - spec/integration/recovery/per_channel_automatic_recovery_spec.rb
297
- - spec/integration/redelivery_of_unacknowledged_messages_spec.rb
298
- - spec/integration/regressions/concurrent_publishing_on_the_same_channel_spec.rb
299
- - spec/integration/regressions/empty_message_body_spec.rb
300
- - spec/integration/regressions/issue66_spec.rb
301
- - spec/integration/remove_individual_binding_spec.rb
302
- - spec/integration/reply_queue_communication_spec.rb
303
- - spec/integration/store_and_forward_spec.rb
304
- - spec/integration/stress/publishing_of_messages_with_incrementing_sizes_spec.rb
305
- - spec/integration/topic_subscription_spec.rb
306
- - spec/integration/tx_commit_spec.rb
307
- - spec/integration/tx_rollback_spec.rb
308
- - spec/spec_helper.rb
309
- - spec/unit/amqp/bit_set_spec.rb
310
- - spec/unit/amqp/channel_id_allocation_spec.rb
311
- - spec/unit/amqp/client_spec.rb
312
- - spec/unit/amqp/connection_spec.rb
313
- - spec/unit/amqp/int_allocator_spec.rb
57
+
58
+ extra_rdoc_files:
59
+ - README.md
60
+ - docs/Durability.textile
61
+ - docs/Exchanges.textile
62
+ - docs/PatternsAndUseCases.textile
63
+ - docs/ConnectingToTheBroker.textile
64
+ - docs/ConnectionEncryptionWithTLS.textile
65
+ - docs/RunningTests.textile
66
+ - docs/DocumentationGuidesIndex.textile
67
+ - docs/Troubleshooting.textile
68
+ - docs/RabbitMQVersions.textile
69
+ - docs/Queues.textile
70
+ - docs/08Migration.textile
71
+ - docs/VendorSpecificExtensions.textile
72
+ - docs/AMQP091ModelExplained.textile
73
+ - docs/Bindings.textile
74
+ - docs/GettingStarted.textile
75
+ - docs/ErrorHandling.textile
76
+ - docs/Clustering.textile
77
+ - docs/TestingWithEventedSpec.textile
78
+ files:
79
+ - .gitignore
80
+ - .rspec
81
+ - .travis.yml
82
+ - .yardopts
83
+ - CHANGELOG
84
+ - Gemfile
85
+ - README.md
86
+ - Rakefile
87
+ - amqp.gemspec
88
+ - bin/ci/before_build.sh
89
+ - bin/cleanify.rb
90
+ - bin/docup
91
+ - bin/irb
92
+ - bin/set_test_suite_realms_up.sh
93
+ - docs/08Migration.textile
94
+ - docs/AMQP091ModelExplained.textile
95
+ - docs/Bindings.textile
96
+ - docs/Clustering.textile
97
+ - docs/ConnectingToTheBroker.textile
98
+ - docs/ConnectionEncryptionWithTLS.textile
99
+ - docs/DocumentationGuidesIndex.textile
100
+ - docs/Durability.textile
101
+ - docs/ErrorHandling.textile
102
+ - docs/Exchanges.textile
103
+ - docs/GettingStarted.textile
104
+ - docs/PatternsAndUseCases.textile
105
+ - docs/Queues.textile
106
+ - docs/RabbitMQVersions.textile
107
+ - docs/RunningTests.textile
108
+ - docs/TestingWithEventedSpec.textile
109
+ - docs/Troubleshooting.textile
110
+ - docs/VendorSpecificExtensions.textile
111
+ - docs/diagrams/001_hello_world_example_routing.png
112
+ - docs/diagrams/002_blabbr_example_routing.png
113
+ - docs/diagrams/003_weathr_example_routing.png
114
+ - docs/diagrams/004_fanout_exchange.png
115
+ - docs/diagrams/005_direct_exchange.png
116
+ - docs/diagrams/006_amqp_091_message_acknowledgements.png
117
+ - docs/diagrams/007_rabbitmq_publisher_confirms.png
118
+ - docs/diagrams/redhat/direct_exchange.png
119
+ - docs/diagrams/redhat/fanout_exchange.png
120
+ - docs/diagrams/redhat/topic_exchange.png
121
+ - examples/channels/open_channel_with_one_arity_callback.rb
122
+ - examples/channels/open_channel_without_assignment.rb
123
+ - examples/channels/prefetch_as_constructor_argument.rb
124
+ - examples/channels/qos_aka_prefetch.rb
125
+ - examples/channels/qos_aka_prefetch_without_callback.rb
126
+ - examples/connection/connect_and_immediately_disconnect.rb
127
+ - examples/error_handling/automatic_recovery_of_channel_and_queues.rb
128
+ - examples/error_handling/automatically_recovering_hello_world_consumer.rb
129
+ - examples/error_handling/automatically_recovering_hello_world_consumer_that_uses_a_server_named_queue.rb
130
+ - examples/error_handling/basic_connection_failover.rb
131
+ - examples/error_handling/channel_level_exception.rb
132
+ - examples/error_handling/channel_level_exception_with_multiple_channels_involved.rb
133
+ - examples/error_handling/connection_level_exception.rb
134
+ - examples/error_handling/connection_level_exception_with_objects.rb
135
+ - examples/error_handling/connection_loss_handler.rb
136
+ - examples/error_handling/global_channel_level_exception_handler.rb
137
+ - examples/error_handling/handling_authentication_failure_with_a_callback.rb
138
+ - examples/error_handling/handling_authentication_failure_with_a_rescue_block.rb
139
+ - examples/error_handling/handling_vhost_misconfiguration_with_a_rescue_block.rb
140
+ - examples/error_handling/hello_world_producer.rb
141
+ - examples/error_handling/insufficient_permissions.rb
142
+ - examples/error_handling/manual_connection_and_channel_recovery.rb
143
+ - examples/error_handling/queue_exclusivity_violation.rb
144
+ - examples/error_handling/queue_name_violation.rb
145
+ - examples/error_handling/reopening_a_channel_after_channel_level_exception.rb
146
+ - examples/error_handling/tcp_connection_failure_handling_with_a_rescue_block.rb
147
+ - examples/error_handling/tcp_connection_failure_with_a_callback.rb
148
+ - examples/exchanges/autodeletion_of_exchanges.rb
149
+ - examples/exchanges/declare_an_exchange_without_assignment.rb
150
+ - examples/extensions/rabbitmq/per_queue_message_ttl.rb
151
+ - examples/extensions/rabbitmq/publisher_confirmations_with_transient_messages.rb
152
+ - examples/extensions/rabbitmq/using_alternate_exchanges.rb
153
+ - examples/guides/getting_started/01_hello_world.rb
154
+ - examples/guides/getting_started/02_hello_world_dslified.rb
155
+ - examples/guides/getting_started/03_blabbr.rb
156
+ - examples/guides/getting_started/04_weathr.rb
157
+ - examples/guides/queues/01a_declaring_a_server_named_queue_using_queue_constructor.rb
158
+ - examples/guides/queues/01b_declaring_a_queue_using_queue_constructor.rb
159
+ - examples/guides/queues/02a_declaring_a_durable_shared_queue.rb
160
+ - examples/guides/queues/02b_declaring_a_durable_shared_queue.rb
161
+ - examples/guides/queues/03a_declaring_a_temporary_exclusive_queue.rb
162
+ - examples/guides/queues/03b_declaring_a_temporary_exclusive_queue.rb
163
+ - examples/guides/queues/04_bind_a_queue_using_exchange_instance.rb
164
+ - examples/guides/queues/05_bind_a_queue_using_exchange_name.rb
165
+ - examples/guides/queues/06_subscribe_to_receive_messages.rb
166
+ - examples/guides/queues/07_fetch_a_message_from_the_queue.rb
167
+ - examples/guides/queues/08_unsubscribing_a_consumer.rb
168
+ - examples/guides/queues/09_unbinding_from_exchange.rb
169
+ - examples/guides/queues/10_purge_a_queue.rb
170
+ - examples/guides/queues/11_deleting_a_queue.rb
171
+ - examples/guides/queues/12_objects_that_consume_messages.rb
172
+ - examples/guides/queues/13_objects_that_consume_messages_take_two.rb
173
+ - examples/hello_world.rb
174
+ - examples/hello_world_with_an_empty_string.rb
175
+ - examples/hello_world_with_eventmachine_in_a_separate_thread.rb
176
+ - examples/hello_world_with_large_payload.rb
177
+ - examples/inspecting_server_information.rb
178
+ - examples/issues/amq_client_issue_7.rb
179
+ - examples/issues/amq_protocol_issue_14.rb
180
+ - examples/issues/issue_121.rb
181
+ - examples/issues/issue_75.rb
182
+ - examples/issues/issue_79.rb
183
+ - examples/issues/issue_80.rb
184
+ - examples/issues/issue_93.rb
185
+ - examples/issues/issue_94.rb
186
+ - examples/patterns/command/consumer.rb
187
+ - examples/patterns/command/producer.rb
188
+ - examples/patterns/event/consumer.rb
189
+ - examples/patterns/event/producer.rb
190
+ - examples/patterns/request_reply/client.rb
191
+ - examples/patterns/request_reply/server.rb
192
+ - examples/publishing/publishing_a_one_off_message.rb
193
+ - examples/publishing/publishing_callback.rb
194
+ - examples/publishing/returned_messages.rb
195
+ - examples/publishing/simplistic_scatter_gather.rb
196
+ - examples/queues/accessing_message_metadata.rb
197
+ - examples/queues/automatic_binding_for_default_direct_exchange.rb
198
+ - examples/queues/basic_get.rb
199
+ - examples/queues/cancel_default_consumer.rb
200
+ - examples/queues/declare_a_queue_without_assignment.rb
201
+ - examples/queues/declare_and_bind_a_server_named_queue.rb
202
+ - examples/queues/queue_status.rb
203
+ - examples/queues/rejecting_messages_without_requeueuing.rb
204
+ - examples/queues/using_explicit_acknowledgements.rb
205
+ - examples/rack/publish_a_message_on_request/thin.ru
206
+ - examples/routing/fanout_routing.rb
207
+ - examples/routing/headers_routing.rb
208
+ - examples/routing/pubsub.rb
209
+ - examples/routing/round_robin_with_direct_exchange.rb
210
+ - examples/routing/round_robin_with_the_default_exchange.rb
211
+ - examples/routing/unroutable_mandatory_message_is_returned.rb
212
+ - examples/routing/weather_updates.rb
213
+ - examples/tls/using_tls.rb
214
+ - examples/tls_certificates/client/cert.pem
215
+ - examples/tls_certificates/client/key.pem
216
+ - examples/tls_certificates/client/keycert.p12
217
+ - examples/tls_certificates/client/req.pem
218
+ - examples/tls_certificates/server/cert.pem
219
+ - examples/tls_certificates/server/key.pem
220
+ - examples/tls_certificates/server/keycert.p12
221
+ - examples/tls_certificates/server/req.pem
222
+ - examples/tls_certificates/testca/cacert.cer
223
+ - examples/tls_certificates/testca/cacert.pem
224
+ - examples/tls_certificates/testca/certs/01.pem
225
+ - examples/tls_certificates/testca/certs/02.pem
226
+ - examples/tls_certificates/testca/index.txt
227
+ - examples/tls_certificates/testca/index.txt.attr
228
+ - examples/tls_certificates/testca/index.txt.attr.old
229
+ - examples/tls_certificates/testca/index.txt.old
230
+ - examples/tls_certificates/testca/openssl.cnf
231
+ - examples/tls_certificates/testca/private/cakey.pem
232
+ - examples/tls_certificates/testca/serial
233
+ - examples/tls_certificates/testca/serial.old
234
+ - lib/amqp.rb
235
+ - lib/amqp/bit_set.rb
236
+ - lib/amqp/broker.rb
237
+ - lib/amqp/channel.rb
238
+ - lib/amqp/client.rb
239
+ - lib/amqp/compatibility/ruby187_patchlevel_check.rb
240
+ - lib/amqp/connection.rb
241
+ - lib/amqp/consumer.rb
242
+ - lib/amqp/exceptions.rb
243
+ - lib/amqp/exchange.rb
244
+ - lib/amqp/extensions/rabbitmq.rb
245
+ - lib/amqp/header.rb
246
+ - lib/amqp/int_allocator.rb
247
+ - lib/amqp/integration/rails.rb
248
+ - lib/amqp/queue.rb
249
+ - lib/amqp/session.rb
250
+ - lib/amqp/utilities/event_loop_helper.rb
251
+ - lib/amqp/utilities/server_type.rb
252
+ - lib/amqp/version.rb
253
+ - spec/integration/authentication_spec.rb
254
+ - spec/integration/automatic_binding_for_default_direct_exchange_spec.rb
255
+ - spec/integration/automatic_recovery_predicate_spec.rb
256
+ - spec/integration/basic_get_spec.rb
257
+ - spec/integration/basic_return_spec.rb
258
+ - spec/integration/channel_close_spec.rb
259
+ - spec/integration/channel_level_exception_handling_spec.rb
260
+ - spec/integration/channel_level_exception_with_multiple_channels_spec.rb
261
+ - spec/integration/connection_level_exception_handling_spec.rb
262
+ - spec/integration/declare_and_immediately_bind_a_server_named_queue_spec.rb
263
+ - spec/integration/declare_one_hundred_server_named_queues_spec.rb
264
+ - spec/integration/direct_exchange_routing_spec.rb
265
+ - spec/integration/exchange_declaration_spec.rb
266
+ - spec/integration/extensions/rabbitmq/publisher_confirmations_spec.rb
267
+ - spec/integration/fanout_exchange_routing_spec.rb
268
+ - spec/integration/headers_exchange_routing_spec.rb
269
+ - spec/integration/hello_world_spec.rb
270
+ - spec/integration/mandatory_messages_spec.rb
271
+ - spec/integration/message_acknowledgement_spec.rb
272
+ - spec/integration/message_metadata_access_spec.rb
273
+ - spec/integration/multiple_consumers_per_queue_spec.rb
274
+ - spec/integration/ordering_of_published_messages_spec.rb
275
+ - spec/integration/queue_declaration_spec.rb
276
+ - spec/integration/queue_exclusivity_spec.rb
277
+ - spec/integration/queue_redeclaration_with_incompatible_attributes_spec.rb
278
+ - spec/integration/queue_status_spec.rb
279
+ - spec/integration/recovery/per_channel_automatic_recovery_on_graceful_broker_shutdown_spec.rb
280
+ - spec/integration/recovery/per_channel_automatic_recovery_spec.rb
281
+ - spec/integration/redelivery_of_unacknowledged_messages_spec.rb
282
+ - spec/integration/regressions/concurrent_publishing_on_the_same_channel_spec.rb
283
+ - spec/integration/regressions/empty_message_body_spec.rb
284
+ - spec/integration/regressions/issue66_spec.rb
285
+ - spec/integration/remove_individual_binding_spec.rb
286
+ - spec/integration/reply_queue_communication_spec.rb
287
+ - spec/integration/store_and_forward_spec.rb
288
+ - spec/integration/stress/publishing_of_messages_with_incrementing_sizes_spec.rb
289
+ - spec/integration/topic_subscription_spec.rb
290
+ - spec/integration/tx_commit_spec.rb
291
+ - spec/integration/tx_rollback_spec.rb
292
+ - spec/spec_helper.rb
293
+ - spec/unit/amqp/bit_set_spec.rb
294
+ - spec/unit/amqp/channel_id_allocation_spec.rb
295
+ - spec/unit/amqp/client_spec.rb
296
+ - spec/unit/amqp/connection_spec.rb
297
+ - spec/unit/amqp/int_allocator_spec.rb
314
298
  homepage: http://rubyamqp.info
315
- licenses:
316
- - Ruby
317
- post_install_message:
318
- rdoc_options:
319
- - "--include=examples --main README.md"
320
- require_paths:
321
- - lib
322
- required_ruby_version: !ruby/object:Gem::Requirement
323
- requirements:
324
- - - ">="
325
- - !ruby/object:Gem::Version
326
- version: !binary |-
327
- MA==
299
+ licenses:
300
+ - Ruby
301
+ post_install_message:
302
+ rdoc_options:
303
+ - --include=examples --main README.md
304
+ require_paths:
305
+ - lib
306
+ required_ruby_version: !ruby/object:Gem::Requirement
328
307
  none: false
329
- required_rubygems_version: !ruby/object:Gem::Requirement
330
- requirements:
331
- - - ">="
332
- - !ruby/object:Gem::Version
333
- version: !binary |-
334
- MA==
308
+ requirements:
309
+ - - ">="
310
+ - !ruby/object:Gem::Version
311
+ version: "0"
312
+ required_rubygems_version: !ruby/object:Gem::Requirement
335
313
  none: false
314
+ requirements:
315
+ - - ">="
316
+ - !ruby/object:Gem::Version
317
+ version: "0"
336
318
  requirements: []
319
+
337
320
  rubyforge_project: amqp
338
321
  rubygems_version: 1.8.24
339
- signing_key:
322
+ signing_key:
340
323
  specification_version: 3
341
324
  summary: Widely used, feature-rich asynchronous RabbitMQ client with batteries included
342
325
  test_files: []
343
- has_rdoc:
326
+
327
+ has_rdoc: