QuickFIX/J

Allow for dynamic session addition in AbstractSocketInitiator

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Default Default
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: Future Releases
  • Component/s: Engine
  • Labels:
    None

Description

Right now you can have multiple sessions in same SocketInitiator only when you configure them at startup.
Would be nice to have a programmatic way to add new sessions to socket initiator dynamically, either via code an application level or via some JMX adapter.

It's possible to work around this by creating a new SocketIntiator, but that may create threading issues for people using single-threaded strategies and having single-threaded assumptions in their application code.

Not sure if the right way is to provide a AbstractSocketInitiator.addSession() (and removeSession) function, or if there's a better approach.

Activity

Hide
Danilo added a comment - 06/May/08 1:07 AM

I need this too. Is there any other way to work around this while it's not implemented the way you propose?

Show
Danilo added a comment - 06/May/08 1:07 AM I need this too. Is there any other way to work around this while it's not implemented the way you propose?
Hide
Toli Kuznets added a comment - 06/May/08 5:31 AM

Danilo, we've been working on the code to implement this but haven't had the time to polish it yet so we haven't checked it in. But i'm hoping to have that ready in a few weeks.

Show
Toli Kuznets added a comment - 06/May/08 5:31 AM Danilo, we've been working on the code to implement this but haven't had the time to polish it yet so we haven't checked it in. But i'm hoping to have that ready in a few weeks.
Hide
Steve Bate added a comment - 10/Jan/10 7:08 PM

Hi Toli. Any updated status on this feature?

Show
Steve Bate added a comment - 10/Jan/10 7:08 PM Hi Toli. Any updated status on this feature?
Hide
Toli Kuznets added a comment - 15/Jan/10 1:59 AM

Steve,
Unfortunately, we never ended up implementing this, so it's still in RFE stage...

Show
Toli Kuznets added a comment - 15/Jan/10 1:59 AM Steve, Unfortunately, we never ended up implementing this, so it's still in RFE stage...
Hide
Cesar Kamoy added a comment - 27/Jul/11 7:11 PM

I fully agree with Steve

Show
Cesar Kamoy added a comment - 27/Jul/11 7:11 PM I fully agree with Steve

People

Vote (2)
Watch (2)

Dates

  • Created:
    22/Sep/07 3:36 AM
    Updated:
    27/Jul/11 7:11 PM