Currently when I create the connections I don't use a pool for anything.
I'm using the fusemq-c library. I did notice that libstomp uses a pool
though.


On Fri, Jun 7, 2013 at 9:26 AM, Joe Lewis <j...@joe-lewis.com> wrote:

> On 06/07/2013 09:23 AM, Sean Beck wrote:
>
>> Should I give it ptemp as the pool? Or should I create a new one in
>> post_config()?
>>
>
> When you set up your ActiveMQ connections, you will be using a pool to
> allocate the memory used.  Use that pool.  Otherwise, your cleanup and your
> config for the connection management will happen at different times.
>
> Joe
>
>

Reply via email to