OshikawaL
OshikawaL

Reputation: 23

Quickfix acceptor validations

I have i server application using QuickFix/J.

how can QuickFix/j validate host connecting to server? don't want to use firewall to block ip's.

Upvotes: 0

Views: 212

Answers (1)

Frank Smith
Frank Smith

Reputation: 988

Use the AllowedRemoteAddresses setting. From the documentation, it is a "list of remote IP addresses which are allowed to connect to this acceptor".

Upvotes: 1

Related Questions