Hi all, is there anyone out there that has written some queue
listeners for MSMQ on Jaguar? I am interested in a service component
perhaps that checks for messages on a Microsoft Message Queue and
dispatches the message to other business logic components on Jaguar.
It has to be MSMQ and not JMS. I know some of you might be shaking
your heads but that is the client's requirement as the MSMQ
architecture is already in place. Can anyone please post some design
suggestions as to how I can best approach this? There are several
queues, so the solution will need to be able to listen to several
queues and dispatch messages to other components and at a reasonably
fast pace. A multi-threaded solution would be best.
Please post any advice, as I am struggling to see how one could marry
this Java/CORBA based server with a Microsoft/COM message queue.
Thanks in advance.
Rob.
PS. I've made some serious attempts already with COM-CORBA bridges,
Java and PowerBuilder and am having some memory issues as well as
stability issues, not to mention threading issues (eeek!) so am
looking for other suggestions/guidance.