This content has been marked as final.
Show 4 replies
-
1. Re: What is the 'routingname' parameter for the deploy divert function?
gaohoward Dec 4, 2011 10:39 PM (in response to shergill)Chapter 48 of user manual. look for divert.* attributes.
Howard
-
2. Re: What is the 'routingname' parameter for the deploy divert function?
shergill Dec 4, 2011 10:58 PM (in response to gaohoward)Unfortnately it doesn't help much
divert.routing-name String the routing name for the divert - mandatory -
3. Re: What is the 'routingname' parameter for the deploy divert function?
gaohoward Dec 4, 2011 11:14 PM (in response to shergill)I agree.:)
Actually I had a rough look at the code, and after that I think it is a identifier equivalent to a queue's name. It is used to represent itself as a binding in the post office. Normally you don't need it, as it will be generated automatically for you (a uuid). You may give it a more meaningful name through this attribute.
Howard
-
4. Re: What is the 'routingname' parameter for the deploy divert function?
shergill Dec 4, 2011 11:53 PM (in response to gaohoward)Thanks Howard for the reply.
Can you please take a look at this quesition when you get a chance: http://community.jboss.org/thread/175693?tstart=0
It is related to divets + transformers