cancel
Showing results for 
Search instead for 
Did you mean: 

File Adapter..

Former Member
0 Kudos

Hi All,

In Sender and Receiver File adapter, we know that we can dynamically configure the File Directories and File Names. In Other words by using a single file adapter we can configure and pick up mutiple files from a source File directory.

In the Same way, By using Sender JMS Adapter, Can we dynamically configure the Queue names ?? In other words by using a single JMS sender adapter (single gate way) can we access mutiple queues defined in a queue manager??

We know that there is Standard/Enhanced receiver determination for determining the Receivers. How about determining mutiple Senders without using BPM specifically with JMS sender adapters.

Here in our scenario, we need handle mutiple Queues at the sending side by using Single JMS Adapter Client is very specific about the operation cost of defining mutiple JMS Adapters for handling mutiple queues.

Can you please provide any alternative to handle the scenario ..

Thanks

Ramani

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Below Forum have answered your all queuries about dynamic JMS queues and Multiple senders.

In summary, the dynamic configuration for JMS queues on sender side is not possible and you must create multiple channels with multiple Business systems to read the multiple queues simultaneously.

Thanks

Swarup

Edited by: Swarup Sawant on Sep 21, 2009 6:23 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In one of the Michal's Blog, He said to go with a Java proxy to define the Dynamic Queues in a Single JMS Adapter.. Can you please elaborate on this?

Thanks

Ramani

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

That means write one java proxy to connect to MQ without JMS Adapter,try once is it possible to give queue names dynamically,because your self writing logic,that why...:)

Regards,

Raj

Former Member
0 Kudos

HI,

Its true, usage of java proxy to handle MQ queues in an advanced way and you sould idscuss with Java development team to build the application for this. Message Broker tool use to have same approach.

You can use MQ Queue related APIs to handle these queues and control the processing via Java application.

Thanks

Swarup

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Ramani,

We dont have this feature in JMS Adapter,I tried to implement the same,But unfortunately i havnt found solution.

rise SAP Note for this.

Regards,

Raj