New topic in UM

Hi Guys,

I created a channel in UM server (through UM Enterprise Manager - in JMS Engine). I can see the newly created channel in Enterprise manager. But when I look it in JNDI lookup in IS > Messaging > JNDI Settings, I can’t see the newly created channel.
What could be the issue? Do I need to refresh / restart JMS provider to reflect this change?

Kind regards,
Raj

Hi,

It seems you haven’t used JNDI tab to create the new channel in EM.
Create the channel using JNDI tab(select UM realm server and go to JNDI tab) and then you should be able to lookup the same using JNDI alias in IS.

You don’t need to refresh/restart the server or provider.

Regards,
Ashok

Hi Raj,

As Ashok mentions, it is recommended to create JMS topics and queues from the realm JNDI tab. This will create both the JNDI destination and the associated queue or channel (with the correct settings).
If you have already created the channel, you can go to the JNDI tab and add the appropriate JNDI entry (which will attach to the channel you previously created), but I would recommend deleting the channel and then recreating it from the JNDI tab. This will make sure it has all the correct settings for JMS use.

Hi Guys,

Thanks for your replies. I created the queues / topics from JNDI tab.

Kind regards,
Raj