Reading up on Java again…
Well, yesterday evening and this morning was mostly reading about JMS. Interesting and useful stuff. Especially when I’m thinking of developing a system which uses JMS to pass messages around between pluggable modules.
Then this afternoon I was reading about JMX and developing MBeans and their managed resources. These APIs are pretty useful! I just added my first MBean (Hello world!) to JBoss, and now I want to expand from that to MBeans which perform message passing via JMS…
Now, I know the JMS implementation (JBossMQ) isn’t the best at the moment, but it’s certainly good enough for testing the feasibility of what I’m thinking of.