on 2007 Mar 16 11:54 AM
Hi friends,
My requirement is..
System X shall get some info and some data base server Y shall be updated. This Y shall trigger some messages to MQ series (am not clear what is this MQ series). Now my R/3 shud create orders with the info thats is in Y.
1. What is Mq series. Is it a middleware or simple messaging system.
2. will it make sense to get data from MQ series and integrate XI to R/3.
3. or shud I use Y system as source of data.
Plz help me out.
Thanks,
Kiran
tx guyz 4 ur replies
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi all,
tx 4 all ur answers.
now i got the point properly.
tx..kiran
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Reading from any Messaging system you need to use JMS and specify appropiate drivers. You also need to deploy appropiate drivers on J2EE server.
for database you need to use JDBC adapter . drivers need to be deployed as is in the case JMS adapter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
MQ Series is Messaging System of IBM.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use a JMS adaptor so that the data can be integrated to the R/3 system...
If you want to know more about the adaptor just visit the blog and see
it may be useful
/people/kan.th/blog/2007/02/05/exploring-jms-and-sap-xi-jms-adaper
<b>please reward points if this is useful adn helpful...</b>
regards
AK
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi kiran
WebSphere ( am using WS for this...not actual shortform) MQ is a network communication technology launched by IBM in March 1992. It was previously known as MQSeries, which is a trademark that was rebranded by IBM in 2002 to join the suite of WS products.
WS MQ is IBM's Message Oriented Middleware offering. It allows independent and potentially non-concurrent applications on a distributed system to communicate with each other. MQ is available on a large number of platforms.
<b>please Reward points if this is helpful for you.</b>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kiran,
MQSeries is IBMs award winning middleware for commercial messaging and queuing. It is used by thousands of customers in every major industry in many countries around the world. MQSeries speeds implementation of distributed applications by simplifying application development and test. It is also known as Message Oriented Middleware. For more on MQSeries refer:
<a href="http://www.redbooks.ibm.com/redpapers/pdfs/redp0021.pdf">MQ Series Doc</a>
Regards,
Subhasha Ranjan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kiran,
MQ series is the server which supports Message Queing. For sending some data to MQ series or triggering some data from MQ series, you need to use the JMS Adapter..
In configuring the Communication Channel for JMS, you need to send the server as MQ, and then you need to mention the Queue Channel name, queue name, queue manager name and port.
Check the below link when you are using as receiver
http://help.sap.com/saphelp_erp2005vp/helpdata/en/10/b1b4c8575a6e47954ad63438d303e4/content.htm
This link for JMS as sender..
http://help.sap.com/saphelp_erp2005vp/helpdata/en/f4/2d6189f0e27a4894ad517961762db7/content.htm
Hope this helps
Regards
Kiran..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kiran,
Queues will store the information.MQ is not middleware.
XI can pickup the data from MQ by using JMS adapters and post to SAP by IDOC/RFC/PROXY mechanism.
If You are picking up the data from database you might need to use JDBC adapter, provided respective driveres installed in your XI server.
Thanks,
venu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
JMS Adapter
See the below links
/people/alessandro.guarneri/blog/2006/01/04/jms-sender-adapter-handling-too-short-lines
/people/william.li/blog/2006/11/13/how-to-use-saps-webas-j2ees-jms-queue-in-exchange-infrastructure
content conversion
SAP help-
http://help.sap.com/saphelp_nw2004s/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm
http://help.sap.com/saphelp_erp2005vp/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm
Regards
Chilla
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kiran,
u need a JMS adapter
Regards,
Prateek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
73 | |
10 | |
9 | |
8 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.