RefFSContextFactory
Jun 28 2010
A Riff on the RefFSContextFactory
As mentioned in my previous blog entry on MQ and Weblogic interoperability titled "Oracle Weblogic 10.3 and IBM MQ - Can They Play Nicely?", the RefFSContextFactory JNDI classes provide the logical link between those two normally separate worlds. Having never delved into the inner workings of this part of the javax class hierarchy, I decided to see what was happening under the covers.
Jun 21 2010
Oracle Weblogic 10.3 and IBM MQ - Can They Play Nicely?
Recently I was called on to develop a Message-Driven Bean (MDB) that was to be deployed under Oracle Weblogic 10.3. Easy enough, right? The only problem was that the queue it was supposed to listen to was on a remote Unix machine, and was defined under IBM MQ Server 6.0. There are several how-to's on the internet about how this can be done, but none of them were complete enough to get it working. My goal in this article is to tie together all of the threads needed to get Weblogic 10.3 and MQ chatting away happily.