Golconde Update
I’m in the middle of moving the Golconde code around to use stomp.py instead of libamqcpp. In production testing, I found that a memory bug in libamqcpp was causing PostgreSQL to core, which I figure wouldn’t do in an a hardcore production environment. I’ve converted the triggers, which are the PostgreSQL side and still need to do the client apps. In addition, due to the fact that stomp.py uses a different connection scheme than libamqcpp, I have to create new configuration tables.
The goal is to release a 0.4 release sometime next week.