dellintosh

  • AMQP: May 21, 2012 16:27

    Commit 36d0311 on 6.x-1.x
    More API doc cleanup. Moved functions into amqp.api.php and left instructions in API.txt for easier maintenance.
  • AMQP: May 21, 2012 16:17

    Commit dc6a361 on 6.x-1.x
    Spaces > Tabs
  • AMQP: May 21, 2012 16:15

    Commit 5a6c29d on 6.x-1.x
    Update API to reflect new hook_consumers() signature
  • AMQP: May 17, 2012 19:56

    Commit 14e883a on 6.x-1.x
    Expose consumers index for consumer daemon.
    
    Instead of simply returning amqp_consumers hook values, we should
    format the contents a bit to make it interact nicely with the
    python consumer daemon.
  • AMQP: May 17, 2012 14:48

    Commit c185d62 on 6.x-1.x
    allow multiple consumers to bind to a single queue and have each respond appropriately to caller.
  • AMQP: May 16, 2012 23:20

    Commit 07c4656 on 6.x-1.x
    update amqp_services resources to allow consumers to send a message to Drupal. Paired with the NodeJS consumer, we can also provide user-level notification messages as well as (now) the back-end server side processing. Also, since it's handled in a separate http request it doesn't slow things down as bad.
  • AMQP: May 16, 2012 14:53

    Commit 03f59d5 on 6.x-1.x
    * Verify AMQP extension is installed before calling any consume/publish  * rename consumer to consumers to better reflect what we are implementing.
  • AMQP: May 16, 2012 14:34

    Commit 43d7b52 on 6.x-1.x
    * Add ability to alter messages before publishing.
  • AMQP: May 16, 2012 13:56

    Commit 1dbc97b on 6.x-1.x
    Remove version numbers... thank you d.o
  • AMQP: May 16, 2012 13:54

    Commit 92f2999 on 6.x-1.x
    * Update APIs so arguments are 'optional', move to last argument so we don't have to supply an empty array when defining exchanges, etc.  * Add 'default' callback handler with error message.  * Add more api documentation so developers can leverage our callbacks. Keep in mind this is still alpha so things might change.
nobody click here