Skip to content

Commit

Permalink
sync with upstream tutorial wording changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffweiss committed Dec 22, 2015
1 parent 37086be commit f4fdd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elixir/new_task.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ message =
words -> Enum.join(words, " ")
end

AMQP.Basic.publish(channel, "", "hello", message, persistent: true)
AMQP.Basic.publish(channel, "", "task_queue", message, persistent: true)
IO.puts " [x] Sent '#{message}'"

AMQP.Connection.close(connection)

0 comments on commit f4fdd41

Please sign in to comment.