I use Durable Subscriber way to write MQ client programme via JMS API,and I set TRANSPORT(CLIENT) property of my TopicConnectionFactory and set BROKERDURSUBQ(SYSTEM.JMS.D.JJJ.*) property of my Topic.
I also can display my temporary queue from MQ Server via command "dis ql(SYSTEM.JMS.D.*)", look like "SYSTEM.JMS.D.JJJ.3BD620030006D012", but I can't display and alter those queue properties, if I use command "dis ql(SYSTEM.JMS.D.JJJ.3BD620030006D012)" , I can get a error, look like "MQSeries object SYSTEM.JMS.D.JJJ.3BD620030006D012 not found.".
But if I set TRANSPORT(BIND) property of my TopicConnectionFactory, I can display my temporary queue. but this way is only available for server programme.
Why? How can I manager temporary queue for client programme?
I also can display my temporary queue from MQ Server via command "dis ql(SYSTEM.JMS.D.*)", look like "SYSTEM.JMS.D.JJJ.3BD620030006D012", but I can't display and alter those queue properties, if I use command "dis ql(SYSTEM.JMS.D.JJJ.3BD620030006D012)" , I can get a error, look like "MQSeries object SYSTEM.JMS.D.JJJ.3BD620030006D012 not found.".
But if I set TRANSPORT(BIND) property of my TopicConnectionFactory, I can display my temporary queue. but this way is only available for server programme.
Why? How can I manager temporary queue for client programme?