NOTE: Jira is for bug reports and feature requests.
If you are entering an issue to ask a question,
please use the QuickFIX/J support options. Thank you.

Issue Details (XML | Word | Printable)

Key: QFJ-538
Type: Other Other
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: hitesh
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickFIX/J

Multiple session, but uses the same host/port

Created: 09/Jul/10 08:28 PM   Updated: 12/Jul/10 02:16 PM
Component/s: Engine
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
Hi,

I am new to QuickFIX, can you please help me, if there is any feature which allows multiple sessions which uses the same host port combination.

I checked some jira cases, in which I found "http://www.quickfixj.org/jira/browse/QFJ-165", is this useful, if yes, in which version is this patch applied?
To use this I have to do the config change, do i need to do any other change other than this?

If above case is not applicable to me, then how can I achieve this, is it possible?

Thanks for the efforts you put in to answer my query.
Appreciate your help.

Regards,
Hitesh

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Pranab Kumar Naik added a comment - 12/Jul/10 02:16 PM
[DEFAULT]
ConnectionType=acceptor
ReconnectInterval=60
SenderCompID=SENDER
HeartBtInt=20
SocketAcceptAddress=localhost
SocketAcceptPort=8901
ResetOnLogon=Y
ResetOnLogout=Y
ValidateFieldsOutOfOrder=N
FileLogPath=Log
TransportDataDictionary=FIXT11.xml
FileStoreMaxCachedMsgs=0
  1. session definition
    [SESSION]
    BeginString=FIX.4.4
    DefaultApplVerID=FIX.4.4
    AppDataDictionary=FIX44.xml
    StartTime=07:15:00
    EndTime=18:00:00
    TargetCompID=DEV01
    FileStorePath=Log
  1. session definition
    [SESSION]
    BeginString=FIX.4.4
    DefaultApplVerID=FIX.4.4
    AppDataDictionary=FIX44.xml
    StartTime=07:15:00
    EndTime=18:00:00
    TargetCompID=DEV02
    FileStorePath=Log

You can specify multiple sessions by definign multiple session parameters. I think in the QuickfixJ sample there are examples for multiple sessions.