Camel-quickfix is a Camel extension for working with the Quickfix/J library.
Questions tagged [camel-quickfix]
10 questions
6
votes
3 answers
What causes the "Disconnecting: Encountered END_OF_STREAM" session message in QuickFIX/J?
I am using QuickFIX/J version 1.6.4 within Apache Camel 2.17.0 and I get the session message Disconnecting: Encountered END_OF_STREAM. It is not an error, but in my case it leads to an unintentional Logoff.
What circumstances can lead to this…

Yannick
- 663
- 1
- 10
- 33
2
votes
1 answer
How to configure QuickFix/J for daily sessions from Monday to Friday?
I am using QuickFix/J 1.6.4 in camel-quickfix component. I would like to have the following session schedule: Daily sessions from Monday to Friday from 6am to 8pm. So the session should start on Monday 6am and stop at Monday 8pm and this for all…

Yannick
- 663
- 1
- 10
- 33
2
votes
2 answers
Is it correct to use TargetSubID as a flag for test data in FIX protocol?
We are currently working on a FIX connection, whereby data that should only be validated can be marked. It has been decided to mark this data with a specific TargetSubID. But that implies a new session.
Let's say we send the messages to the session…

Yannick
- 663
- 1
- 10
- 33
2
votes
0 answers
Camel TypeConverters auto-loading issue
I have a pretty weird issue, while running my application in slightly different ways. When I start the app in the IDE(which is a classic console application with camel), it loads 176 Type Converters (as I see from the logs). When I try to start it…

user
- 3,058
- 23
- 45
1
vote
1 answer
Log outgoing FIX message after sending
We are using quickfixj in our system via apache camel:
org.apache.camel
camel-quickfix
${camel.version}
We…

Maksim Vorontsov
- 799
- 8
- 18
1
vote
1 answer
How to ignore the TargetSubID for the session key of a QuickFix session?
Based on my other question, I would like to ignore the TargetSubID when it is sent. The following configuration is available:
BeginString=FIX.4.4
SenderCompID=Sender
TargetCompID=Target
And if the source system sends a TargetSubID "Sub", the…

Yannick
- 663
- 1
- 10
- 33
0
votes
1 answer
The fix client can receive incoming messages but cannot send outgoing heartbeat message
We have built a fix client. The fix client can receive incoming messages but cannot send outgoing heartbeat message or reply the TestRequest message after the last heartbeat was sent, something is triggered to stop sending heartbeat anymore from…

Zhang Mingxiang
- 76
- 5
0
votes
1 answer
How to handle camel-quickfix CannotSendException?
I am using QuickFix/J 1.6.4 in a camel-quickfix component. Sometimes, I get the CannotSendException and it is not clear, what the exception cause is. I looked at the code, but there it seems that this exception is thrown, when the message could not…

Yannick
- 663
- 1
- 10
- 33
0
votes
1 answer
Load Balancer for QuickFIXJ Session
We have single session with our broker. We are getting market data on that session. Basically we want to distribute that data to different team on FIX only. Is there any ready solution which can work both as acceptor and initaor.
Initator would get…

user1047873
- 230
- 3
- 8
- 28
0
votes
1 answer
Config file from file system for apache camel quickfix application
I'm trying to read cfg file from file system but I couldn't find any example. Is it possible to create a route like that: Reading the config file from application.properties(it's a spring boot…

audtou
- 11
- 2