~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/rabbitmq/rabbitmq_log.h

  • Committer: Marcus Eriksson
  • Date: 2011-03-30 19:50:29 UTC
  • mto: This revision was merged to the branch mainline in revision 2263.
  • Revision ID: krummas@gmail.com-20110330195029-3l4r5kc2cr57i40l
Add RabbitMQ documentation and update the rabbitmq plugin to reconnect etc if the server goes away

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
   * @param[in] mqHandler name of the plugin, typically rabbitmq_log.
62
62
   */
63
63
  RabbitMQLog(const std::string &name,
64
 
              const std::string &exchange,
65
 
              const std::string &routingkey,
66
64
              RabbitMQHandler* mqHandler);
67
65
  ~RabbitMQLog();
68
66