2 Replies Latest reply on Feb 16, 2009 5:32 AM by anilit99

    Creating Connection Factory in JBoss MQ.

    siddharth_2279

      Hi All,
      I am using JBoss 4.2.2 GA as my application server. It user JBoss MQ. I am aware that for creating our own queues and topics we have to make an entry in jbossmq-destinations-service.xml (jboss-4.2.2.GA\server\default\deploy\jms). But I am not able to find as to how do we create our own connection factories.

      I need to create Connection Factory because in DurableSubscriberExample in one of the tutorials its given to create the ConnectionFactory with a client ID first before running the example. So I need to create my own Connection Factory with a specific client ID.

      Please tell me how to do this configuration. I have searched the net for this without any success. Thanks in advance.