Slide 23
Slide 23 text
$MJFOUJOUFSGBDFGPS3VCZ CBSCFRVF@DMJFOUHFN
BarbequeClient.configure do |config|
config.application = 'blog'
config.default_queue = 'default'
config.endpoint = 'http://www.example.com'
end
response = BarbequeClient.enqueue(
job: 'NotifyAuthor',
message: { article_id: 1 },
)
response.message_id #=> "edb7ef55-f1d0-46cf-bcca-036acb0ebd96"
response.status #=> "pending"