[QFJ-761] Remove conversion from Message to String in Session.nextQueued() Created: 09/Dec/13  Updated: 02/Apr/15  Resolved: 09/Dec/13

Status: Closed
Project: QuickFIX/J
Component/s: None
Affects Version/s: None
Fix Version/s: 1.6.0

Type: Improvement Priority: Default
Reporter: Christoph John Assignee: Christoph John
Resolution: Fixed Votes: 0
Labels: None


 Description   

Unnecessary conversion from Message to String in Session.nextQueued():

// TODO SESSION Is it really necessary to convert the queued message to a string?
next(msg.toString());

In method next(String msg) the message is parsed back to a Message, so the conversion is not only inefficient but also pointless.



 Comments   
Comment by Christoph John [ 09/Dec/13 ]

http://sourceforge.net/p/quickfixj/code/1125/

Generated at Wed May 08 01:52:54 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.