Hi,

Here are some answers to your questions.

1. Can I use the JMS interface of WebLogic to connect to MQSeries.

MQSeries support JMS interface and therefore, you should not have problems.

2. What about connection pooling to MQSeries.

Since JMS and messaging in general is asynchronous, the notion of connection
pooling is not applicable, as known in the DB connection area.  I suggest a
reading of Richard Monson-Haefel paper on EJB 2.0, (see
http://www.javaworld.com/javaworld/jw-06-2000/jw-0609-ejb_p.html) especially
on JMS and the new message bean called MessageDrivenBean.  It will help you
to understand how it works.

3. I will be using BMP entity beans to be created from MQSeries
messages, has anyone done this.

You will have to use a MessageDrivenBean, which acts as a message consumer
or receiver.  As stated in the paper, concurrency is supported so many bean
instances came consume messages from a single queue to support concurrency.

4. I want to use XML messages in MQSeries, I read somewhere that
MQSeries can convert and pass XML messages. [I know there is another
product - MQSeries Integrator, this can convert Cobol Copybooks
and C structures to XML], but can MQSeries basic version do some
stuff like this.

MQSeries itself will not give you any XML processing capabilities.  It's up
to the application to take a message out of a queue and do whatever it wants
with it, including parsing/building XML string.  As you  mentionned,
MQSeries Integrator will offer some translation capabilities, including XML
handling.

Hope this help,

Alain Lord

>From: Ajay Kushwaha <[EMAIL PROTECTED]>
>Reply-To: A mailing list for Enterprise JavaBeans development
><[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: WebLogic and MQSeries
>Date: Tue, 13 Jun 2000 12:06:12 SGT
>
>    Hi all,
>
>    My project involves integration of MQSeries with WebLogic server,
>    this mainly makes use of applications already written on the
>    mainframe side, weblogic is used to provide the web interface
>    and do some fancy stuff.
>
>    I am planning to use MQSeries to send/get talk to Mainframe.
>    Now my questions are:
>    1. Can I use the JMS interface of WebLogic to connect to MQSeries.
>    2. What about connection pooling to MQSeries.
>    3. I will be using BMP entity beans to be created from MQSeries
>    messages, has anyone done this.
>    4. I want to use XML messages in MQSeries, I read somewhere that
>    MQSeries can convert and pass XML messages. [I know there is another
>    product - MQSeries Integrator, this can convert Cobol Copybooks
>    and C structures to XML], but can MQSeries basic version do some
>    stuff like this.
>
>    Thanx
>
>
>------------------------------------------------------------
>  Catch me on the WEB : AJAY.ksh.tripod.com
>------------------------------------------------------------
>
>____________________________________________________________________
>Get free email and a permanent address at http://www.netaddress.com/?N=1
>
>===========================================================================
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff EJB-INTEREST".  For general help, send email to
>[EMAIL PROTECTED] and include in the body of the message "help".
>

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to