cancel
Showing results for 
Search instead for 
Did you mean: 

JMS parameters

Former Member
0 Kudos

Hi, can someone explain me about the configuration parameters of JMS adapter. i.e. what is the use Channel name Queue name and Queue connection factory etc.

regards

reema

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi reema,

go thru the below blogs

How to Correlate JMS

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5059f110-0d01-0010-7c8b-fdc983be...

JMS Sender Adapter handling too short lines

/people/alessandro.guarneri/blog/2006/01/04/jms-sender-adapter-handling-too-short-lines

An approach to handle total record counts in IDOC to JMS scenarios

/people/saravanakumar.kuppusamy2/blog/2007/09/26/an-approach-to-handle-total-record-counts-in-idoc-to-jms-scenarios

Sync/Async communication in JMS adapter without BPM (SP19)

/people/venkataramanan.parameswaran/blog/2007/01/18/syncasync-communication-in-jms-adapter-without-bpm-sp19

regards

chandrakanth

Former Member
0 Kudos

I need to know about the importance of Queue name, channel name Queue connection factory for JMS adapter.

I think many of you are not reading my actual concerns and just doing the copy paste of scrap links.

I know very well about configuring the JMS adapter, please can you be specific to my concerns.

regards

reema

Former Member
0 Kudos

Hi,

In MQ, the setup will be in the hierarchy of channels and queues.

A channel will have multiple queues, so if data is to be fetched from these queues then you need to give all these parameters while configuring JMS adapter.

Connection factory contains a set of api, classes to connect MQ

Regards

Answers (5)

Answers (5)

Former Member
0 Kudos
former_member537867
Active Contributor
0 Kudos

Hi Reema,

Plz do refer the following links

/people/william.li/blog/2006/11/13/how-to-use-saps-webas-j2ees-jms-queue-in-exchange-infrastructure

/people/venkataramanan.parameswaran/blog/2007/01/18/syncasync-communication-in-jms-adapter-without-bpm-sp19

/people/sudheer.babu2/blog/2007/01/18/asyncsync-communication-using-jms-adapter-without-bpm-sp-19

/people/kan.th/blog/2007/02/05/exploring-jms-and-sap-xi-jms-adaper

Configuring the sender JMS adapter

http://help.sap.com/saphelp_nw2004s/helpdata/en/f4/2d6189f0e27a4894ad517961762db7/content.htm

Configuring the receiver JMS adapter

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

Check JMS Adapter section of this blog by Sravya:

/people/sravya.talanki2/blog/2006/12/27/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-iii

Also information related to Provider-specific settings are available

http://help.sap.com/saphelp_nw2004s/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/frameset.htm

Regards,

Vinod.

Former Member
0 Kudos

Hi Shah,

the JMS parameters we can configure the adapter on the Parameters tab page during the definition of a communication channel in the Integration Server or in the PCK. In addition to the adapter configuration, on the Module tab page in the module processor, you can specify generic modules, which give the adapter additional functions.

http://help.sap.com/saphelp_nw04s/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/frameset.htm

if found worth pls do the req

Thanx

Sampath

Former Member
0 Kudos

HI,

A queue object encapsulates a provider-specific queue name. This enables a client to make the queue JMS API methods known.

Channel name allows you to Access channel for all queues.

Here the details about the configuration parameters at sender and receiver is provided.

Also information related to Provider-specific settings are available

http://help.sap.com/saphelp_nw2004s/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/frameset.htm

Thanks

Swarup

Edited by: Swarup Sawant on Jun 11, 2008 6:14 AM

Former Member
0 Kudos