Products | Versions |
---|---|
TIBCO Enterprise Message Service | - |
Not Applicable | - |
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.