Hide Forgot
Description of problem: Jiri Pechanec asked for new introduced tags being documented. Here is small sample taken from original post: https://bugzilla.redhat.com/show_bug.cgi?id=729131#c14 <attribute name="Properties"> destinationAddress=jms_ee_mdb_mdb_sndQ_MDB_QUEUE;{create:always,node:{type:queue}} destinationType=queue </attribute>
http://documentation-stage.bne.redhat.com/docs/en-US/Red_Hat_Enterprise_MRG/2/html/Qpid_JCA_Adapter_User_Guide/sect-Qpid_JCA_Adapter_User_Guide-Configuration_JBoss-Administered_Object.html Under JMS Queue, I've changed the destinationAddress syntax: <attribute name="Properties"> destinationAddress=jms_ee_mdb_mdb_sndQ_MDB_QUEUE;{create:always,node:{type:queue}} destinationType=queue </attribute> I've also mirrored the changes for JMS Topic, is this accurate? <attribute name="Properties"> destinationAddress=jms_ee_mdb_mdb_sndQ_MDB_TOPIC;{create:always,node:{type:topic}} destinationType=topic </attribute>
I am ok with the text
Above added properties were documented. -> VERIFIED
Documents have been published on http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_MRG/index.html as part of the MRG-M 2.1.2 update.