Author |
Message
|
someyears |
Posted: Wed Jul 17, 2013 5:23 pm Post subject: Dynamically set IMS parameters using eSQL on Broker 7 |
|
|
Newbie
Joined: 17 Jul 2013 Posts: 5
|
Hi guys
IMS can use configurable service. But it cannot change config values it the run-time.
My requirement is simple : based on clients, it requires dynamical port numbers and credentials.
The pattern is DP to MB. DP will play as gateway and get all credential info to MB.
Anyone has experience before?
Millions thanks! |
|
Back to top |
|
 |
lancelotlinc |
Posted: Thu Jul 18, 2013 3:53 am Post subject: Re: Dynamically set IMS parameters using eSQL on Broker 7 |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
someyears wrote: |
Anyone has experience before? |
Yes.
someyears wrote: |
Millions thanks! |
You're welcome. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
someyears |
Posted: Thu Jul 18, 2013 3:55 pm Post subject: |
|
|
Newbie
Joined: 17 Jul 2013 Posts: 5
|
Haha, lancelotlinc
Any idea?
Datapower developers laught at me as MB could not do that...!!! |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Jul 18, 2013 11:49 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
someyears wrote: |
Haha, lancelotlinc
Any idea?
Datapower developers laught at me as MB could not do that...!!! |
I'm sure he has ideas.
I'm sure he won't share, because you have not actually asked for them. You've merely asked if he has any.
You could consider looking at the IMS gateway from MQ, and use that instead of trying to talk to Broker directly.
You could consider exactly how many IMS endpoints you really really have, and determine if it's really an extreme burden to configure separate configurable services for each one.
You should ask the datapower people sweetly how they can make their device a member of an MQ cluster. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Fri Jul 19, 2013 2:59 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
someyears wrote: |
Haha, lancelotlinc
Any idea?
Datapower developers laught at me as MB could not do that...!!! |
There are a few InfoCentre articles you could read.
One of them says:
Quote: |
In WebSphere® Message Broker, an identity is a security token that uniquely identifies an individual, or that provides a set of assertions that can be validated. |
Another article says:
Quote: |
Identity and security token propagation enables the identity and security tokens (associated with each message) to be propagated throughout a message flow, and on to target applications through output or request nodes. |
Have you read these articles? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
Seb |
Posted: Sun Jul 21, 2013 10:26 pm Post subject: Dynamically setting IMS Connection Parameters via ESQL |
|
|
Apprentice
Joined: 27 Mar 2009 Posts: 41
|
Hi guys,
I left this team a long time ago and back then IBM labs implemented a change into WMB, I think it was still v6.x to allow switching the IMS connection parameters dynamically via ESQL Environment Properties.
It seems this feature is still not documented - at least I couldn't find it any Infocenter. In addition I must have deleted the email that contained the detailed instructions and code completion didn't do the trick as well.
So I guess only a developer reading this post may be able to help.
Cheers,
Seb |
|
Back to top |
|
 |
someyears |
Posted: Wed Jul 24, 2013 5:18 pm Post subject: |
|
|
Newbie
Joined: 17 Jul 2013 Posts: 5
|
Thanks all for replying this post.
It is doable to create multiple IMSConnect node with different configurable service in msgflow to get so-called dynamical routing.
I googled a lot, but no luck. It looks like product limitation. WMB can handle protocals in the run-time. However, any adapter node requires initial setup and hardcoded style.
same as Database. |
|
Back to top |
|
 |
|