• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Creating TopicConnectionFactory - Help!

 
Ranch Hand
Posts: 295
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

How do I create the TopicConnectionFactory in JBoss 4.0.4?

There was a link (http://wiki.jboss.org/wiki/Wiki.jsp?page=JGroupsJMS) that mentions this but never states which file it's supposed to be in.

Any help is appreciated!
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A bit confused by your question and the link you have mentioned. Actually, the TopicConnectionFactory is by default created for you by JBoss. You just have to do a lookup of that in the JNDI tree. Can you elaborate as to what exactly you are trying to do with the TopicConnectionFactory? Is it that you want to send/receive messages from a topic and hence are trying to get hold of the TopicConnectionFactory?
 
Steven Wong
Ranch Hand
Posts: 295
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Well, basically I want to create my own Connection Factory, say "ABCConnectionFactory" and tie it to my Query or Topic.

JBoss by default allows you to look up by the name "ConnectionFactory".
How do I create my own ?

In the example link given, where is the configuration supposed to be set?

thanks!
 
Space pants. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic