it's two different things: CLI>;jndi-view() does list the actual jndi tree.
Whereas console>JMS shows the entry names of the messaging subsystem config.
On Jul 19, 2011, at 7:17 AM, Jaikiran Pai wrote:
>
>
> (2) View of messaging resources from admin console is different from
> command line invocation of :jndi-view command
>
==========================================================================================================
>
> In admin console web app, I can see testQueue, testTopic and
> ConnectionFactory but when I run /subsystem=naming:jndi-view command
> from jboss-admin , these resources are not visible in JNDI tree.
Ideally, both the admin console and the CLI should end up using the same
operation to list the jndi-view. Probably that's not happening
currently. Will take a look later.