amqp 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/amqp.gemspec +2 -2
- data/lib/amqp/version.rb +1 -1
- metadata +312 -328
data/amqp.gemspec
CHANGED
@@ -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
|
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", "
|
28
|
+
s.add_dependency "amq-protocol", ">= 1.3.0"
|
29
29
|
|
30
30
|
s.rubyforge_project = "amqp"
|
31
31
|
end
|
data/lib/amqp/version.rb
CHANGED
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
|
-
|
5
|
-
|
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
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
-
|
51
|
-
|
52
|
-
|
53
|
-
|
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
|
-
|
75
|
-
|
76
|
-
-
|
77
|
-
- docs/
|
78
|
-
- docs/
|
79
|
-
- docs/
|
80
|
-
- docs/ConnectingToTheBroker.textile
|
81
|
-
- docs/ConnectionEncryptionWithTLS.textile
|
82
|
-
- docs/
|
83
|
-
- docs/
|
84
|
-
- docs/
|
85
|
-
- docs/
|
86
|
-
- docs/
|
87
|
-
- docs/
|
88
|
-
- docs/
|
89
|
-
- docs/
|
90
|
-
- docs/
|
91
|
-
- docs/
|
92
|
-
- docs/
|
93
|
-
- docs/
|
94
|
-
|
95
|
-
|
96
|
-
-
|
97
|
-
-
|
98
|
-
-
|
99
|
-
-
|
100
|
-
-
|
101
|
-
-
|
102
|
-
-
|
103
|
-
-
|
104
|
-
-
|
105
|
-
- bin/
|
106
|
-
- bin/
|
107
|
-
- bin/
|
108
|
-
- bin/
|
109
|
-
-
|
110
|
-
- docs/
|
111
|
-
- docs/
|
112
|
-
- docs/
|
113
|
-
- docs/
|
114
|
-
- docs/
|
115
|
-
- docs/
|
116
|
-
- docs/
|
117
|
-
- docs/
|
118
|
-
- docs/
|
119
|
-
- docs/
|
120
|
-
- docs/
|
121
|
-
- docs/
|
122
|
-
- docs/
|
123
|
-
- docs/
|
124
|
-
- docs/
|
125
|
-
- docs/
|
126
|
-
- docs/
|
127
|
-
- docs/
|
128
|
-
- docs/diagrams/
|
129
|
-
- docs/diagrams/
|
130
|
-
- docs/diagrams/
|
131
|
-
- docs/diagrams/
|
132
|
-
- docs/diagrams/
|
133
|
-
- docs/diagrams/
|
134
|
-
- docs/diagrams/
|
135
|
-
- docs/diagrams/redhat/
|
136
|
-
- docs/diagrams/redhat/
|
137
|
-
-
|
138
|
-
- examples/channels/
|
139
|
-
- examples/channels/
|
140
|
-
- examples/channels/
|
141
|
-
- examples/channels/
|
142
|
-
- examples/
|
143
|
-
- examples/
|
144
|
-
- examples/error_handling/
|
145
|
-
- examples/error_handling/
|
146
|
-
- examples/error_handling/
|
147
|
-
- examples/error_handling/
|
148
|
-
- examples/error_handling/
|
149
|
-
- examples/error_handling/
|
150
|
-
- examples/error_handling/
|
151
|
-
- examples/error_handling/
|
152
|
-
- examples/error_handling/
|
153
|
-
- examples/error_handling/
|
154
|
-
- examples/error_handling/
|
155
|
-
- examples/error_handling/
|
156
|
-
- examples/error_handling/
|
157
|
-
- examples/error_handling/
|
158
|
-
- examples/error_handling/
|
159
|
-
- examples/error_handling/
|
160
|
-
- examples/error_handling/
|
161
|
-
- examples/error_handling/
|
162
|
-
- examples/error_handling/
|
163
|
-
- examples/error_handling/
|
164
|
-
- examples/
|
165
|
-
- examples/exchanges/
|
166
|
-
- examples/
|
167
|
-
- examples/extensions/rabbitmq/
|
168
|
-
- examples/extensions/rabbitmq/
|
169
|
-
- examples/
|
170
|
-
- examples/guides/getting_started/
|
171
|
-
- examples/guides/getting_started/
|
172
|
-
- examples/guides/getting_started/
|
173
|
-
- examples/guides/
|
174
|
-
- examples/guides/queues/
|
175
|
-
- examples/guides/queues/
|
176
|
-
- examples/guides/queues/
|
177
|
-
- examples/guides/queues/
|
178
|
-
- examples/guides/queues/
|
179
|
-
- examples/guides/queues/
|
180
|
-
- examples/guides/queues/
|
181
|
-
- examples/guides/queues/
|
182
|
-
- examples/guides/queues/
|
183
|
-
- examples/guides/queues/
|
184
|
-
- examples/guides/queues/
|
185
|
-
- examples/guides/queues/
|
186
|
-
- examples/guides/queues/
|
187
|
-
- examples/guides/queues/
|
188
|
-
- examples/guides/queues/
|
189
|
-
- examples/
|
190
|
-
- examples/
|
191
|
-
- examples/
|
192
|
-
- examples/
|
193
|
-
- examples/
|
194
|
-
- examples/
|
195
|
-
- examples/issues/
|
196
|
-
- examples/issues/
|
197
|
-
- examples/issues/
|
198
|
-
- examples/issues/
|
199
|
-
- examples/issues/
|
200
|
-
- examples/issues/
|
201
|
-
- examples/issues/
|
202
|
-
- examples/
|
203
|
-
- examples/patterns/command/
|
204
|
-
- examples/patterns/
|
205
|
-
- examples/patterns/event/
|
206
|
-
- examples/patterns/
|
207
|
-
- examples/patterns/request_reply/
|
208
|
-
- examples/
|
209
|
-
- examples/publishing/
|
210
|
-
- examples/publishing/
|
211
|
-
- examples/publishing/
|
212
|
-
- examples/
|
213
|
-
- examples/queues/
|
214
|
-
- examples/queues/
|
215
|
-
- examples/queues/
|
216
|
-
- examples/queues/
|
217
|
-
- examples/queues/
|
218
|
-
- examples/queues/
|
219
|
-
- examples/queues/
|
220
|
-
- examples/queues/
|
221
|
-
- examples/
|
222
|
-
- examples/
|
223
|
-
- examples/routing/
|
224
|
-
- examples/routing/
|
225
|
-
- examples/routing/
|
226
|
-
- examples/routing/
|
227
|
-
- examples/routing/
|
228
|
-
- examples/routing/
|
229
|
-
- examples/
|
230
|
-
- examples/
|
231
|
-
- examples/tls_certificates/client/
|
232
|
-
- examples/tls_certificates/client/
|
233
|
-
- examples/tls_certificates/client/
|
234
|
-
- examples/tls_certificates/
|
235
|
-
- examples/tls_certificates/server/
|
236
|
-
- examples/tls_certificates/server/
|
237
|
-
- examples/tls_certificates/server/
|
238
|
-
- examples/tls_certificates/
|
239
|
-
- examples/tls_certificates/testca/cacert.
|
240
|
-
- examples/tls_certificates/testca/
|
241
|
-
- examples/tls_certificates/testca/certs/
|
242
|
-
- examples/tls_certificates/testca/
|
243
|
-
- examples/tls_certificates/testca/index.txt
|
244
|
-
- examples/tls_certificates/testca/index.txt.attr
|
245
|
-
- examples/tls_certificates/testca/index.txt.old
|
246
|
-
- examples/tls_certificates/testca/
|
247
|
-
- examples/tls_certificates/testca/
|
248
|
-
- examples/tls_certificates/testca/
|
249
|
-
- examples/tls_certificates/testca/serial
|
250
|
-
-
|
251
|
-
- lib/amqp
|
252
|
-
- lib/amqp/
|
253
|
-
- lib/amqp/
|
254
|
-
- lib/amqp/
|
255
|
-
- lib/amqp/
|
256
|
-
- lib/amqp/
|
257
|
-
- lib/amqp/
|
258
|
-
- lib/amqp/
|
259
|
-
- lib/amqp/
|
260
|
-
- lib/amqp/
|
261
|
-
- lib/amqp/
|
262
|
-
- lib/amqp/
|
263
|
-
- lib/amqp/
|
264
|
-
- lib/amqp/
|
265
|
-
- lib/amqp/
|
266
|
-
- lib/amqp/
|
267
|
-
- lib/amqp/utilities/
|
268
|
-
- lib/amqp/
|
269
|
-
-
|
270
|
-
- spec/integration/
|
271
|
-
- spec/integration/
|
272
|
-
- spec/integration/
|
273
|
-
- spec/integration/
|
274
|
-
- spec/integration/
|
275
|
-
- spec/integration/
|
276
|
-
- spec/integration/
|
277
|
-
- spec/integration/
|
278
|
-
- spec/integration/
|
279
|
-
- spec/integration/
|
280
|
-
- spec/integration/
|
281
|
-
- spec/integration/
|
282
|
-
- spec/integration/
|
283
|
-
- spec/integration/
|
284
|
-
- spec/integration/
|
285
|
-
- spec/integration/
|
286
|
-
- spec/integration/
|
287
|
-
- spec/integration/
|
288
|
-
- spec/integration/
|
289
|
-
- spec/integration/
|
290
|
-
- spec/integration/
|
291
|
-
- spec/integration/
|
292
|
-
- spec/integration/
|
293
|
-
- spec/integration/
|
294
|
-
- spec/integration/
|
295
|
-
- spec/integration/
|
296
|
-
- spec/integration/recovery/
|
297
|
-
- spec/integration/
|
298
|
-
- spec/integration/
|
299
|
-
- spec/integration/regressions/
|
300
|
-
- spec/integration/regressions/
|
301
|
-
- spec/integration/
|
302
|
-
- spec/integration/
|
303
|
-
- spec/integration/
|
304
|
-
- spec/integration/
|
305
|
-
- spec/integration/
|
306
|
-
- spec/integration/
|
307
|
-
- spec/integration/
|
308
|
-
- spec/
|
309
|
-
- spec/
|
310
|
-
- spec/unit/amqp/
|
311
|
-
- spec/unit/amqp/
|
312
|
-
- spec/unit/amqp/
|
313
|
-
- spec/unit/amqp/
|
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
|
-
-
|
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
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
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
|
-
|
326
|
+
|
327
|
+
has_rdoc:
|