Skip to content

Instantly share code, notes, and snippets.

@sveneisenschmidt
Created November 11, 2012 08:53
Show Gist options
  • Save sveneisenschmidt/4054203 to your computer and use it in GitHub Desktop.
Save sveneisenschmidt/4054203 to your computer and use it in GitHub Desktop.
Messae Queue Syntax
$this->get('wildly.queue')->dispatch('upload.picture.amazons3', array(
'entity_id' => 14,
'entity_class' => '@WildlyCoreBundle:Modifier'
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment