Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Durable Subscriber

Status
Not open for further replies.

lgtian

Programmer
Joined
Oct 31, 2002
Messages
1
Location
CN
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top