cancel
Showing results for 
Search instead for 
Did you mean: 

Plz tell me

Former Member
0 Kudos

Hi, Can anybody tell me wat is the use of these:

1)Queue Connection Factory Java Class

2) Queue Java Class

In JMS adapter.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Answered

Former Member
0 Kudos

Hi Hemant,

You can also look into this URL for details related to Queues in JMS...

http://edocs.bea.com/wls/docs81/jms/fund.html

Regards

Kiran..

Former Member
0 Kudos

HI,

QueueConnectionFactory Java Class

This is the SonicMQ implementation of the QueueConnectionFactory.

A JMS client, in this case the adapter, uses a QueueConnectionFactory object to generate QueueConnection objects of a JMS provider.

The default value for SonicMQ 3.0 is progress.message.jclient.QueueConnectionFactory

Queue Java Class

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

The default value for SonicMQ 3.0 is progress.message.jclient.Queue

Regards

Chilla..

Former Member
0 Kudos

HI,

Check this link to know about connection factory and queues.

http://java.sun.com/products/jms/tutorial/1_3_1-fcs/doc/prog_model.html

Regards,

Sudheer