Abed Halawi
Abed Halawi
Let's have this to be optional (default true) since it is required only for loading cross-origin assets.
Throwing a well formatted error when the issue is about credentials.
I have [this package](http://github.com/vinelab/neoeloquent) that depends on **neo4jphp** and whenever I need to install that package in a project using composer with `minimum-stability: stable` composer says that it cannot resolve...

Should I be worried about this when using `interlace()` ?
Things like 400, 404, 5xx can have a pre-defined set of functions that return an elegant response: ``` php Api::errorNotFound(); // 404 Api::errorBadRequest(); // 400 Api::errorInternal(); // 500 Api::errorForbidden(); //...
There needs to be a class that handles connections and re-connects on failure. According to [this comment](https://github.com/php-amqplib/php-amqplib/issues/353#issuecomment-199295246), it should work fine.
According to comment https://github.com/Vinelab/bowler/pull/33/files/523bef6b8663f1cac65a01db23873a728775b47d#r230399385 It is better when separated.
In order to identify producers, it could be helpful to have a proprietary message object that includes the body (data) that is usually sent by the user. A better way...