Questions tagged [quickfixj-spring-boot-starter]

4 questions
2
votes
1 answer

QuickFIX/J - failover strategy

I would like to ask about a couple of failover strategies for QuickFIX/J and Spring Boot QuickFix starter For example if I have a FIX engine server and receiving a lot of FIX messages during all day and suddenly the service becomes…
0
votes
0 answers

Where to specify the quickfix config details in the quickfix/j spring boot application

I want to specify the location and name of the quickfix/j configuration file in the springboot starter project. quickfixj: server: config: classpath:quickfixj-server.cfg auto-startup: true force-disconnect: false phase: 0 …
0
votes
1 answer

QuickFIX/J - Update an Acceptor session during runtime

I am using QuickFIX/J with Spring esanchezros/quickfixj-spring-boot-starter and I am trying to add a new session during the application runtime. I create a Bean to initialise the ThreadSocketAcceptor then I add a SessionProvider. The application…
b-user
  • 97
  • 1
  • 3
  • 10
0
votes
0 answers

Unable to send FiX message from client

I am new to the world of FiX and currently learning how to send fix messages between apps in Java. I came across this Spring Boot starter which basically reduces the boiler plate code. I have two spring boot starters; one acting as the initiator…