[jboss-as7-dev] JMS subsystem, clarification needed

Heiko Braun hbraun at redhat.com
Wed May 4 04:10:19 EDT 2011



[domain at localhost:9999 /] /profile=default/subsystem=jms:read-resource(recursive=true)      
{
    "outcome" => "success",
    "result" => {
        "connection-factory" => {
            "InVmConnectionFactory" => {
                "connector" => {"in-vm" => {"backup-connector-name" => "netty"}},
                "entries" => ["java:/ConnectionFactory"]
            },
            "RemoteConnectionFactory" => {
                "connector" => {"netty" => {"backup-connector-name" => "in-vm"}},
                "entries" => ["RemoteConnectionFactory"]
            }
        },
        "queue" => {"testQueue" => {"entries" => ["queue/test"]}},
        "topic" => {"testTopic" => {"entries" => ["topic/test"]}}
    },
    "compensating-operation" => undefined
}



Can someone explain JMS resource to me?
What are the "entries" attributes in both cases?


Assuming these are JNDI names, why are they mapped to list types?


Ike


More information about the jboss-as7-dev mailing list