lib/alephant/publisher/options.rb in alephant-publisher-0.6.2 vs lib/alephant/publisher/options.rb in alephant-publisher-0.6.3
- old
+ new
@@ -8,10 +8,10 @@
class Options
attr_reader :queue, :writer
QUEUE_OPTS = [
:receive_wait_time,
- :sqs_queue_url,
+ :sqs_queue_name,
:visibility_timeout
]
WRITER_OPTS = [
:lookup_table_name,