broker engine is loggoff ..how the intiator will receives the messages from broker????

Imported from previous forum

hi,
when im is sending the messages to broker… broker engine is log off
how im will receives the messages??? im wants to receive urgent replies from broker…

[ original email was from Matthew Chimento - mjchimento@yahoo.com ]
hi-

I am not sure if this was part of a previous conversation but could you add a little more color to this. Are you testing with yourself using a simulator?

Or are you testing with a broker?

If the later, then I would suggest calling the broker out and query them on the issue.

Good luck.

Regards, Matt

hi, when im is sending the messages to broker… broker engine is log off
how im will receives the messages??? im wants to receive urgent replies
from broker…

am testing by the fix simulator…am not testing through broker engine… ho

am testing with both the engines broker and initiator… if broker engine is turned off initiator is sending messages from MSMQ then how the broker simulator will reply for initiator simulator messages…

Your FIX Engine and the broker’s FIX Engine must be “in Session” for FIX Messages to flow. In disconnected condition, messages being sent by your FIX Engine are ending up in void and not reaching the broker. Neither would ur FIX Engine receive any messages from broker till the session is reestablished.

To give you a non-FIX example :- I am fast asleep and you are trying to ask me something without realizing I am asleep, the words come out of your mouth, but my ear is not listening and since I am asleep, you would not get any reply.

Your FIX Engine monitor / trading application GUI should show you an error message like “Unable to send message to , connection is down”. Also check the logs, somewhere an error should be logged unless your FIX Engine is doing catch(Exception e){ /* Do nothing */ }

am testing with both the engines broker and initiator… if broker
engine is turned off initiator is sending messages from MSMQ then how
the broker simulator will reply for initiator simulator messages…