2017 © Pedro Peláez
 

library mf4php-beanstalk

This is an mf4php binding for Beanstalk.

image

mf4php/mf4php-beanstalk

This is an mf4php binding for Beanstalk.

  • Thursday, February 20, 2014
  • by szjani
  • Repository
  • 1 Watchers
  • 0 Stars
  • 410 Installations
  • PHP
  • 0 Dependents
  • 3 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

mf4php-beanstalk

This is a Beanstalk binding for mf4php, (*1)

Attention

You have to create your own long running script to reserve messages from beanstalk and forward jobs to the dispatcher., (*2)

The reason why it is not implemented in the dispatcher is it should watch several queues, which is impossible in one process. Another reason is that it is often necessary to create a lightweight long running script without any open resources (database, etc.), and it executes a CLI program to pass the message to the dispatcher., (*3)

Configuration

<?php
$dispatcher = new BeanstalkMessageDispatcher($pheanstalk);
$queue = new DefaultQueue('queue');

/* @var $listener MessageListener */
$dispatcher->addEventListener($queue, $listener);

Send events

<?php
/* @var $object Serializable */
$message = new BeanstalkMessage($object);
$dispatcher->send($queue, $message);
// onMessage method in $listener is called

The Versions

20/02 2014

1.1.x-dev

1.1.9999999.9999999-dev

This is an mf4php binding for Beanstalk.

  Sources   Download

MIT

The Requires

 

The Development Requires

wrapper beanstalk facade mf4php

20/02 2014

dev-master

9999999-dev

This is an mf4php binding for Beanstalk.

  Sources   Download

MIT

The Requires

 

The Development Requires

wrapper beanstalk facade mf4php

20/02 2014

1.1.3

1.1.3.0

This is an mf4php binding for Beanstalk.

  Sources   Download

MIT

The Requires

 

The Development Requires

wrapper beanstalk facade mf4php

01/02 2013

1.1.2

1.1.2.0

This is an mf4php binding for Beanstalk.

  Sources   Download

MIT

The Requires

 

The Development Requires

wrapper beanstalk facade mf4php

10/01 2013

1.1.1

1.1.1.0

This is an mf4php binding for Beanstalk.

  Sources   Download

MIT

The Requires

 

The Development Requires

wrapper beanstalk facade mf4php

27/12 2012

1.1.0

1.1.0.0

This is an mf4php binding for Beanstalk.

  Sources   Download

MIT

The Requires

 

The Development Requires

wrapper beanstalk facade mf4php

25/12 2012

1.0.x-dev

1.0.9999999.9999999-dev

This is an mf4php binding for Beanstalk.

  Sources   Download

MIT

The Requires

 

The Development Requires

wrapper beanstalk facade mf4php

25/12 2012

1.0.1

1.0.1.0

This is an mf4php binding for Beanstalk.

  Sources   Download

MIT

The Requires

 

The Development Requires

wrapper beanstalk facade mf4php

17/12 2012

1.0.0

1.0.0.0

This is an mf4php binding for Beanstalk.

  Sources   Download

MIT

The Requires

 

The Development Requires

wrapper beanstalk facade mf4php