So what's the question? On 10/10/07, eldictson <[EMAIL PROTECTED]> wrote: > > Was wondering the Session createTopic() & createQueue() methods dynamically > creates physical topics and queues in the ActiveMQ broker when the JMS API > docs specify the following: > > createTopic > public Topic createTopic(java.lang.String topicName) > throws JMSException > > Creates a topic identity given a Topic name. > This facility is provided for the rare cases where clients need to > dynamically manipulate topic identity. This allows the creation of a topic > identity with a provider-specific name. Clients that depend on this ability > are not portable. > > Note that this method is not for creating the physical topic. The physical > creation of topics is an administrative task and is not to be initiated by > the JMS API. The one exception is the creation of temporary topics, which is > accomplished with the createTemporaryTopic method. > > Thanks > -- > View this message in context: > http://www.nabble.com/createTopic---createQueue-behavior-different-than-JMS-API-tf4603635s2354.html#a13144881 > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. > >
-- Regards, Hiram Blog: http://hiramchirino.com
