cancel
Showing results for 
Search instead for 
Did you mean: 

JMS adapter

Former Member
0 Kudos

Hi all What is Queue Manager functionality in IBM Webspeare as the MP

Accepted Solutions (1)

Accepted Solutions (1)

former_member556603
Active Contributor
0 Kudos

Hi Sushma,

Hope these Docs and bloga are very useful to you..

Have you gone thru this SAP Note - 912314 - SSL support for IBM Websphere MQ/ MQ Series

http://books.google.co.in/books?id=mJ-fT9mVaLYC&pg=PA249&lpg=PA249&dq=whatisQueueManagerin+JMS&source=web&ots=xfjTH6jpK_&sig=37J2MQqeZyHaL6OF1fp8VMHnARA&hl=en

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/513713f6-0d01-0010-a4b5-da05036c...

http://www.sap.com/platform/netweaver/pdf/BWP_WebSphere.pdf

http://www.websphere.org/docs/IBM_WBI_and_SAP_XI_Configuration_Guide.pdf

http://help.sap.com/saphelp_nw04/helpdata/en/4d/a3bc97ff55c742af7faed661635baf/content.htm

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

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

Thanks,

Satya Kumar

Answers (4)

Answers (4)

former_member193376
Active Contributor
0 Kudos

Hi

FEATURES OF THE JMS ADAPTER

To be able to send content from a messaging system to the Integration Engine or the PCK you must configure the sender JMS adapter.

● To be able to forward XML messages from the Integration Engine or the PCK to a messaging system, you must configure a receiver JMS adapter. The receiver adapter supports system acknowledgments but not application acknowledgments.

The adapter supports the JMS specification 1.02b and 1.1.

1) The JMS adapter (Java Message Service) enables you to connect messaging systems to the Integration Engine or the PCK

2) Before to use the JMS adapter we must first install the relevant JMS driver.

The required Java libraries are product-specific The provider setting specifications are the same for the receiver and sender adapter

3)We need to configure the JMS adapter in the configuration part of the Integration Builder/PCK

4) The Sender JMS adapter is configured to send JMS messages to the Integration Engine or the PCK.

5)The Receiver JMS adapter is configured to be able to convert XI messages from the Integration Server or the PCK into JMS messages

If you use MQSeries 53x.xxx, you must enter the following JAR files in aii_af_jmsproviderlib.sda.

● com.ibm.mq.jar

● com.ibm.mqbind.jar

● com.ibm.mqjms.jar

● connector.jar (use the JAR file from the J2EE client directory)

Please go through this link

1)http://help.sap.com/saphelp_nw04/helpdata/en/f4/2d6189f0e27a4894ad517961762db7/frameset.htm

2)http://help.sap.com/saphelp_nw04/helpdata/en/f4/2d6189f0e27a4894ad517961762db7/frameset.htm - Configuring the Sender JMS Adapter

3)http://help.sap.com/saphelp_nw04/helpdata/en/f4/2d6189f0e27a4894ad517961762db7/frameset.htm -

Configuring the Receiver JMS Adapter

4)http://help.sap.com/saphelp_nw04/helpdata/en/f4/2d6189f0e27a4894ad517961762db7/frameset.htm -

JMS-Provider-Specific Settings

5)http://help.sap.com/saphelp_nw04/helpdata/en/f4/2d6189f0e27a4894ad517961762db7/frameset.htm -

JMS Adapter Modules

6)http://help.sap.com/saphelp_nw04/helpdata/en/45/20d1dec20a0732e10000000a155369/frameset.htm -

Async/Sync and Sync/Async Bridge in the JMS Adapter

Hope this clears your doubts

Thanks

Saiyog

agasthuri_doss
Active Contributor
0 Kudos

HI,

>>What is Queue Manager functionality in IBM Webspeare as the MP ?

An IBM WebSphere MQ Queue Manager is created with Default Properties and it is Configured to produce a fully functioning Queue Manager using reasonable amounts of memory and disk space.

But it is not optimised for performance, and wecan make a number of configuration changes to improve the performance of message processing with WebSphere MQ.

Recommendation: Apply tuning to all connected Queue Managers, because messaging performance using more than one Queue Manager will depend on the performance of those other Queue Managers.

Regards,

sangeetha

Former Member
0 Kudos

Hi,

The WebSphere MQ Queue Manager on which the queue resides (or will reside) must be configured for remote administration and be running.

Refer

Enterprise Messaging Using JMS and IBM WebSphere

http://books.google.co.in/books?id=mJ-fT9mVaLYC&pg=PA249&lpg=PA249&dq=whatisQueueManagerin+JMS&source=web&ots=xfjTH6jpK_&sig=37J2MQqeZyHaL6OF1fp8VMHnARA&hl=en

http://www.ibm.com/developerworks/websphere/techjournal/0801_mismes/0801_mismes.html

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

http://help.sap.com/saphelp_nw04/helpdata/en/c1/739c4186c2a409e10000000a155106/frameset.htm

Thanks

Swarup

Former Member
0 Kudos