ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » IIB9: RouteToLabel

Post new topic  Reply to topic
 IIB9: RouteToLabel « View previous topic :: View next topic » 
Author Message
akil
PostPosted: Fri Aug 28, 2015 10:59 pm    Post subject: IIB9: RouteToLabel Reply with quote

Partisan

Joined: 27 May 2014
Posts: 338
Location: Mumbai

Hi

Is there a limit to the number of labels that can be present in a flow ? Can it have 50, 100 , 200 etc?
_________________
Regards
Back to top
View user's profile Send private message Visit poster's website
smdavies99
PostPosted: Fri Aug 28, 2015 11:05 pm    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

The most I've used is 20 and that was with V5/V6.
If you really want to know (and not from some guys on the internet) then raise a PMR and get the official answer.
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Sat Aug 29, 2015 1:43 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Also please consider the maintainability and testing when having a lot of targets for route to Label... + memory implications etc...
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
akil
PostPosted: Sat Aug 29, 2015 4:12 am    Post subject: Reply with quote

Partisan

Joined: 27 May 2014
Posts: 338
Location: Mumbai

smdavies99 wrote:
The most I've used is 20 and that was with V5/V6.
If you really want to know (and not from some guys on the internet) then raise a PMR and get the official answer.


Ok, will raise a PMR..

fjb_saper wrote:
Also please consider the maintainability and testing when having a lot of targets for route to Label... + memory implications etc...


The scenario is to call an external service on the completion of a flow. The external service to be called varies by the customer, and there could be some 100 odd customers.

Hence the question..
_________________
Regards
Back to top
View user's profile Send private message Visit poster's website
smdavies99
PostPosted: Sat Aug 29, 2015 10:02 pm    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

akil wrote:

The scenario is to call an external service on the completion of a flow. The external service to be called varies by the customer, and there could be some 100 odd customers.


And the post external service processing differs for each customer?
And the external calls are totally different?
If might be better to look as some sort of pattern in the services and then
create separate flows for service types and call them using MQ in a request/reply basis.

The more you can 'commodify' the better (IMHO)
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
akil
PostPosted: Mon Aug 31, 2015 7:13 am    Post subject: Reply with quote

Partisan

Joined: 27 May 2014
Posts: 338
Location: Mumbai

Yeah.. the WSDL's are different, the payloads are different, the way to decode the reply is different ..

We are attempting using XSL's to create the requests, that'll help us use a single sub-flow , with different XSL names ( as that can be set dynamically via the LE ) ..

Decoding the reply, to figure out whether the reply indicates a success or a failure, will require some sort of ESQL or JCN code.. I've not been able to figure out how to specify the the ESQL module or Java module dynamically...and so the fall-back on RouteToLabel..
_________________
Regards
Back to top
View user's profile Send private message Visit poster's website
mqjeff
PostPosted: Mon Aug 31, 2015 7:29 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

The reply should have a unique root element name, even if it's only the namespace that's unique.

Based on that you can call an appropriate routine to do process the reply.
_________________
chmod -R ugo-wx /
Back to top
View user's profile Send private message
akil
PostPosted: Mon Aug 31, 2015 9:12 am    Post subject: Reply with quote

Partisan

Joined: 27 May 2014
Posts: 338
Location: Mumbai

mqjeff wrote:
The reply should have a unique root element name, even if it's only the namespace that's unique.

Based on that you can call an appropriate routine to do process the reply.


Yes, that's what I was using the RouteToLabel for , instead of putting up a whole bunch of case / when statements, I thought I'll just set the destination list, and put label nodes...
_________________
Regards
Back to top
View user's profile Send private message Visit poster's website
mqjeff
PostPosted: Mon Aug 31, 2015 9:14 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

If you can group them into families - based on customer or etc, you can use a more maintainable combination of labels and case/if-else statements.
_________________
chmod -R ugo-wx /
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » IIB9: RouteToLabel
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.