[rabbitmq-discuss] CRL support & verify_fun

Tim Watson tim at rabbitmq.com
Tue Apr 15 14:37:15 BST 2014


On 15 Apr 2014, at 13:02, Dmitry Malinovsky wrote:

> On Mon, Apr 14, 2014 at 6:19 PM, Matthias Radestock <matthias at rabbitmq.com> wrote:
> Write a custom plug-in. https://www.rabbitmq.com/plugin-development.html
>  
> Should I really implement all this application stuff just to have an ability to get access to a single function? Also, this "plugin" will not have any behavior, it is not even an application, so I'm really stuck.
> 

Well, Rabbit (and in this case actually, Erlang) needs to know about the "application" so it knows to load the various modules (i.e., code) at runtime. Also note that in Erlang, applications come in both active and passive guises, with applications that have no processes treated in much the same way as those that do. The latter kind are often called "library applications", and still need to specify an application config file so the Erlang runtime knows what to do with them.

Cheers,
Tim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140415/6aa55984/attachment.html>


More information about the rabbitmq-discuss mailing list