Author |
Message
|
Bichu |
Posted: Mon Dec 12, 2016 8:08 am Post subject: Get Queue in FSH of Multi Protocol gateway configuration |
|
|
Centurion
Joined: 16 Oct 2011 Posts: 124 Location: London
|
Hi Guys,
I am very new to DataPower. In fact, using the configs and DataPower UI for the first time.
I have a scenario in which I need to send the messages from IIB to Azure Service Bus through DataPower. Here, I am configuring a MPG.
The real problem is I have 7 output queues in IIB which will feed DataPower, which means I need to have 7 defined Front Side protocols .
Is this the best option
Please advise. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Dec 12, 2016 6:18 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
The 7 output queues from IIB could be configured as Alias (or Remote) queues that resolve to a single local input queue for DataPower.
We can't tell you if that is the best option, or if keeping them as 7 separate queues with 7 separate DP MQFSHs is best.
We don't know all your requirements. We don't know the nature of the data emitted by IIB to these 7 queues. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
Bichu |
Posted: Tue Dec 13, 2016 3:22 am Post subject: |
|
|
Centurion
Joined: 16 Oct 2011 Posts: 124 Location: London
|
Thanks Peter.
I need to have 7 queues since I need the data to come in different queues. I would like to know whether configuring 7 MQ FSH's associated with a single MPG will create performance issues or any other's.
The data coming in are of both xml and csv type. So I am confused about the request type that needs to be configured in the MPG. |
|
Back to top |
|
 |
harish_td |
Posted: Fri Dec 16, 2016 7:32 am Post subject: |
|
|
Master
Joined: 13 Feb 2006 Posts: 236
|
Bichu wrote: |
The data coming in are of both xml and csv type. So I am confused about the request type that needs to be configured in the MPG. |
Since you mentioned that the IIB is feeding your input queue, the IIB flow can easily inject a RFH2 Header indicating whether or not the data is CSV or XML. You can configure your Request-Type on the MPGW to Binary - so that a single MPG can process data regardless of the incoming data format.
If the RFH2 header claims that the data is XML, you can apply XSLT to this data to transform (if needed).
if your DP is v7.5, take a look at gateway script to transform CSV data.
https://www.ibm.com/developerworks/community/forums/html/topic?id=8539f6fa-b128-4747-925a-7c2d87403454 |
|
Back to top |
|
 |
Bichu |
Posted: Fri Dec 16, 2016 7:37 am Post subject: |
|
|
Centurion
Joined: 16 Oct 2011 Posts: 124 Location: London
|
Many Thanks Harish.
But May I know where the Binary option is present in the MPG because I can see JSON,XML,Non-XML, passthrough and SOAP as the options for Request type. Between I am using DP XG45.7.0.0.0 |
|
Back to top |
|
 |
harish_td |
Posted: Sat Dec 17, 2016 2:20 am Post subject: |
|
|
Master
Joined: 13 Feb 2006 Posts: 236
|
|
Back to top |
|
 |
|