I'd recommend checking the endpoints to see if the commands you are sending are even getting processed, and then to see if the endpoint is returning messages to your topic as you expect. The code you posted looks ok as far as I can tell.
Regards Tim. On Tue, 2008-09-09 at 06:42 -0700, crazy4venu wrote: > Hi Tim, > > You are right. i am using ORS for connecting to exchange simulator and > sending fix messages using oms-commands queue. listening on oms_messages > topic for execution reports. > > ORS-order routing server which is running on my local system on 61616 port > and connecting to exchange simulator. > > > regards > venu > > Timothy Bish wrote: > > > > > >> coming to mycode > >> > >> 1. connecting to Marketcetera JMS server (on tcp://<machine>:61616 by > >> default). > >> 2. creating a FIX message, droping it on the oms-commands queue. > >> 3. Listen for execution reports on the oms-messages topic. > >> > > > > Is there some other application that you are running that is receiving > > the commands on your queue and sending out the messages to your Topic? > > > > Regards > > Tim. > > > > > > >
