Flow Director in Flight Mode with Authentication

Flow Director in Flight mode connects as a normal JMS client. If you have authentication enabled in the SwiftMQ router, you need to add grants for all queues and topics that are used from Flow Director and Flow Director Apps.

This is not possible.

You need to switch your authentication to “password check only”:

<swiftlet name="sys$authentication" authentication-enabled="true" password-check-only="true">

This will only check the password of a client but not the grants.

If that is not possible due to security or access concerns, you need to use Flow Director in embedded mode where it starts its own embedded router flowdirector. Then connect this router to your other router(s).