Using the OneDB wire listener as a MongoDB server

The OneDB wire listener may be used in place of a MongoDB server when it is suitably configured.

OneDB wire listener configuration recommendations:
  • Choose a MongoDB API version for the value of the mongo.api.version configuration property that is compatible with the installed version of HCL Link.
  • Error messages may occur in the Link User Interface, if the wire listener uses a short idle connection timeout value for the value of the listener.idle.timeout configuration property. A suitable large value, for example a timeout of 12 hours (listener.idle.timeout=43200000), should be used. If appropriate, idle connection closure may be disabled (listener.idle.timeout=0).