Hello,
I was wondering if the ION v12 has been tested for performance and what can kind of volume can ION handle. Apart from network/memory constraints and RAM/performance trade-off, is there a hard limit on the # of messages received and sent per second? As well as the prefetch handling limits -

I've worked with systems such as ApacheMQ and there are soft limits set --
-
persistent queues (default value: 1000
)
-
non-persistent queues (default value: 1000
)
-
persistent topics (default value: 100
)
-
non-persistent topics (default value: Short.MAX_VALUE - 1
)
Does Infor have a failover like Apache Kafka that implements follower-leader.
