Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
profile being deleted.
|
|
|
|
log exceptions but let everything else continue.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HTTP Authorization header, as defined in OAuth HTTP Authorization Scheme.
|
|
|
|
|
|
If an array of multiple servers is put in $config['queue']['stomp_server'], enqueues will pick a random server to send to (failing over automatically if any are down).
Queue handling daemons connect all servers so they get events no matter where they were delivered.
In case of disconnection, daemons should now handle it gracefully and attempt to reconnect every 60 seconds or so, automatically resubscribing to all queues once it's back up.
Can put to 'native' failover for reads as well by disabling $config['stomp']['manual_failover'] = false; but this is untested and may explode in addition to requiring that your ActiveMQ cluster actually be set up to handle its own data distribution.
Additionally, can choose which queues to mark as persistent by setting $config['stomp']['persistent'] to an array of queue names.
|
|
|
|
This reverts commit be7bca2303cc9900f2c1a746a10a785d9d95783c.
|
|
This reverts commit fa7895333724e314e2b32cb89f19a41069c554be.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
base class).
|
|
|
|
|
|
disable persistence when we queue items
|
|
|
|
|
|
|