<div dir="ltr"><div class="gmail_extra"><div><div class="gmail_signature"><div dir="ltr"><div>On Thu, Sep 24, 2015 at 9:34 PM, Kaitlyn Hwang <span dir="ltr"><<a href="mailto:kaitlyn.hwang@gmail.com" target="_blank">kaitlyn.hwang@gmail.com</a>></span> wrote:<br></div></div></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><br><div dir="ltr">When bursts of messages get sent to my client, the messages are in the fix log. However, my application doesn't process all the messages. In order for me to track down the problem, I want to create a fake message sender. <div><br></div><div>Is there a recommended way to create a fake message sender to send bursts of messages?  Should I think about having a thread per message and send it? Or is there a method I'm missing?</div></div></div></div></blockquote><div><br></div><div>If you really want to do this, it's pretty simple.  Create an Acceptor application (assuming you client is an Initiator), and start one background thread that sends a burst of messages, sleeps for a bit, repeat.  Connect your client to the Acceptor and see what happens.  The Executor example app might be a useful starting point.</div><div><br></div><div><span style="font-family:arial,helvetica,sans-serif">--</span></div><div><div class="gmail_signature"><div dir="ltr"><font face="arial, helvetica, sans-serif">Mike Gatny<br>Connamara Systems, LLC</font></div></div></div><br></div></div></div>