Tag Archives: CQ

ChrisQueue (CQ), a JMS implementation

Chris finally released the ChrisQueue code to SourceForge. This documents a few highlights about it. Continue reading

Posted in Software architecture and development, Uncategorized | Tagged , , , , , , | Leave a comment

CQ: Designing a JMS Implementation (Part 1)

The initial installment discussing the ChrisQueue JMS queue manager development process, progress, and problems from the developer’s perspective. Continue reading

Posted in Programming, Software architecture and development | Tagged , , , , , , , , , | 1 Comment

Reworking and Refactoring CQ

Software development processes is in constant state of flux. Programmers should always embrace refactoring at all levels. Some refactoring is micro in nature (at the function level) but sometimes it should be macro-refactoring, scrapping whole pieces of logic and reworking them based on better understanding or to reduce confused logic. Continue reading

Posted in Philosophical ramblings, Software architecture and development | Tagged , , , , , , , , | 3 Comments