cancel
Showing results for 
Search instead for 
Did you mean: 

help on Dynamic queue name in JMS Adapter

Former Member
0 Kudos

Hi Experts,

Could you please explain how to configure dynamic queue name in JMS Adapter.

My requirement is i would have to add the date and time to JMS Queue Name in receiver JMS Adapter.

Thanks in Advance

Chilla

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

as it's not in Adapter-Specific Message Properties

http://help.sap.com/saphelp_nw04/helpdata/en/10/b1b4c8575a6e47954ad63438d303e4/content.htm

looks like you cannot do it with jms adapter in standard

use proxy or your own adapter instead

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Hi Michal

Thanks for your reply,

I dont have option to select proxy in receiver side, so i would have to select second option own adapter . My doubt is own adapter or adapter module .If Adapter module then that adapter module is existed or i would have to write module(ejb).

Could you please clarify.

Regards

Chilla

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>I dont have option to select proxy in receiver side,

of course you don't as proxy works on XI adapter

(java proxy)

>>>>.If Adapter module then that adapter module is existed or i would have to write module(ejb).

adapter, I don't think adapter module will allow you do change the queue name

Regards,

michal

bhavesh_kantilal
Active Contributor
0 Kudos

Chilla,

Michal has asked to write a Adapter and not a Adapter Module.

A Adapter Module will not help here and like pointed if the requirement is to use a Dynamic Queue Name you will have to write a Proxy.

An alertnate would actually be to set the Timestamp in some field of the JMS Message and post it to a single JMS Queue. <b>The program picking up the JMS message and processing it further would now use this timestamp field etc to post the message dynamically to the Correspondiong JMS Queue etc.</b>

Regards

Bhavesh

Former Member
0 Kudos

Hi Michal,bhavesh

Thanks for your reply,

I saw one option in JMS that is Set advanced JMS settings or replace default settings option .. will it helps ..

any other solution ?? please

Regards

Chilla

Message was edited by:

Chandra Sekhar Chilla

Answers (1)

Answers (1)

Former Member
0 Kudos

Not solved