Can we use tibjmsnaming://host:port in JNDI lookups while using C API?

Can we use tibjmsnaming://host:port in JNDI lookups while using C API?

book

Article ID: KB0094250

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Message Service -
Not Applicable -

Description

Resolution:
In EMS C API, there no such notion of tibjmsnaming, which is used only  in Java for the JNDI implementation.
In C, you would pass to the tibemsLookupContex_Create the EMS Server  url, in the form: tcp://host:port,
not in the form of  tibjmsnaming://host:port

If you use tibjmsnaming:// notion,  We will see "Error tibemsLookupContext_Create: Invalid Protocol" error.

Issue/Introduction

Can we use tibjmsnaming://host:port in JNDI lookups while using C API?