Hi Anders ..
Thank you very much for answering for my question ...But to be frank , i dint get that ....Iam new to Jboss Messaging...So , can you pls pls elaborate it like how & where to add ObjectName Fileter that you specified ......??
And One more thing is that , After Creating Topic Its Status is Coming as down in admin Console ...I have Created Topic in this fashion :
<mbean
code="org.jboss.jms.server.destination.TopicService"
name="jboss.messaging.destination:service=Topic,name=ReceivingTopic"
xmbean-dd="xmdesc/Queue-xmbean.xml">
<attribute name="JNDIName">MessageBeanTopic</attribute>
<depends optional-attribute-name="ServerPeer">
jboss.messaging:service=ServerPeer
</depends>
<depends>
jboss.messaging:service=PostOffice
</depends>
</mbean>
Is it proper way to create ?? Pls help