Discussion:
[openjms-developer] JCA Support + Hierarchial Topics
Edward Curry
2003-08-18 11:35:52 UTC
Permalink
Hello,
I would be interested in contributing to OpenJMS. :-) I been
looking at the Apache Geronimo project and i seems that if OpenJMS
had some JCA support it would both to play nicely :-). So I'm here
to give that a stab! Deadlines are a bit crazy at work ATM
(nothing new) so it will be a few weeks until i get to coding it.
I would like to take a good look around the OpenJMS code before i
get into coding anyway.

On another note, does OpenJMS support hierarchal topics for Pub/Sub i have
had a look around the site and there seems to be no word of it. Any plans
in the pipe for developing support for it ?
Regards,

--
Ed
Tim Anderson
2003-08-18 21:31:04 UTC
Permalink
Cool. There was another post on the geronimo list by
someone interested in integrating OpenJMS - I'll try and
find it and forward it on. (Faster if you collaborate rather
than duplicate effort :)

OpenJMS does support heirarchical topics, although as you've
found, its poorly documented. I'll accept patches :)

You can register hierarchical topics in openjms.xml as follows:

<AdministeredDestinations>
<AdministeredTopic name="parent.child.a"/>
<AdministeredTopic name="parent.child.b"/>
<AdministeredTopic name="parent.child.c"/>
</AdministeredDestinations>

And in your code, construct a wildcarded topic:
Topic topic = session.createTopic("parent.child.**");

A TopicSubscriber using the above will receive messages
published to any of parent.child.a, parent.child.b, or
parent.child.c.

-Tim
-----Original Message-----
Edward Curry
Sent: Monday, 18 August 2003 9:36 PM
Subject: [openjms-developer] JCA Support + Hierarchial Topics
Hello,
I would be interested in contributing to OpenJMS. :-) I been
looking at the Apache Geronimo project and i seems that if OpenJMS
had some JCA support it would both to play nicely :-). So I'm here
to give that a stab! Deadlines are a bit crazy at work ATM
(nothing new) so it will be a few weeks until i get to coding it.
I would like to take a good look around the OpenJMS code before i
get into coding anyway.
On another note, does OpenJMS support hierarchal topics for Pub/Sub i have
had a look around the site and there seems to be no word of it. Any plans
in the pipe for developing support for it ?
Regards,
--
Ed
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072
303_01/01
_______________________________________________
openjms-developer mailing list
https://lists.sourceforge.net/lists/listinfo/openjms-developer
Edward Curry
2003-08-19 09:43:15 UTC
Permalink
Post by Tim Anderson
Cool. There was another post on the geronimo list by
someone interested in integrating OpenJMS - I'll try and
find it and forward it on. (Faster if you collaborate rather
than duplicate effort :)
Ill get in touch with him.
Post by Tim Anderson
OpenJMS does support heirarchical topics, although as you've
found, its poorly documented. I'll accept patches :)
Im actually doing some research into this area and will quite happly cook
up some docs for it :-). Again it will not be in the next week or so but
its on my TODO list.

Regards,
Ed
Brent Worden
2003-08-19 00:12:12 UTC
Permalink
It was I. I just join the OpenJMS mailing list today so I can better
participate in this effort.

Brent Worden
http://www.brent.worden.org
-----Original Message-----
Anderson
Sent: Monday, August 18, 2003 4:31 PM
Subject: RE: [openjms-developer] JCA Support + Hierarchial Topics
Cool. There was another post on the geronimo list by
someone interested in integrating OpenJMS - I'll try and
find it and forward it on. (Faster if you collaborate rather
than duplicate effort :)
OpenJMS does support heirarchical topics, although as you've
found, its poorly documented. I'll accept patches :)
<AdministeredDestinations>
<AdministeredTopic name="parent.child.a"/>
<AdministeredTopic name="parent.child.b"/>
<AdministeredTopic name="parent.child.c"/>
</AdministeredDestinations>
Topic topic = session.createTopic("parent.child.**");
A TopicSubscriber using the above will receive messages
published to any of parent.child.a, parent.child.b, or
parent.child.c.
-Tim
-----Original Message-----
Edward Curry
Sent: Monday, 18 August 2003 9:36 PM
Subject: [openjms-developer] JCA Support + Hierarchial Topics
Hello,
I would be interested in contributing to OpenJMS. :-) I been
looking at the Apache Geronimo project and i seems that if OpenJMS
had some JCA support it would both to play nicely :-). So I'm here
to give that a stab! Deadlines are a bit crazy at work ATM
(nothing new) so it will be a few weeks until i get to coding it.
I would like to take a good look around the OpenJMS code before i
get into coding anyway.
On another note, does OpenJMS support hierarchal topics for
Pub/Sub i have
had a look around the site and there seems to be no word of it.
Any plans
in the pipe for developing support for it ?
Regards,
--
Ed
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072
303_01/01
_______________________________________________
openjms-developer mailing list
https://lists.sourceforge.net/lists/listinfo/openjms-developer
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072
303_01/01
_______________________________________________
openjms-developer mailing list
https://lists.sourceforge.net/lists/listinfo/openjms-developer
Edward Curry
2003-08-19 09:55:30 UTC
Permalink
Hi Brent,
As you have read i am planning to add some JCA support to OpenJMS,
while this is not the exact plan you had posted on geronimo-dev i
think it could a nice solution to the problem.

There seems to be a lot of support for adding JCA support to geronimo, so
i will concentrate my efforts on the OpenJMS side of the equation. Would
you be up for joining in on this side too?

Regards,
Ed
Post by Brent Worden
It was I. I just join the OpenJMS mailing list today so I can better
participate in this effort.
Brent Worden
http://www.brent.worden.org
-----Original Message-----
Anderson
Sent: Monday, August 18, 2003 4:31 PM
Subject: RE: [openjms-developer] JCA Support + Hierarchial Topics
Cool. There was another post on the geronimo list by
someone interested in integrating OpenJMS - I'll try and
find it and forward it on. (Faster if you collaborate rather
than duplicate effort :)
OpenJMS does support heirarchical topics, although as you've
found, its poorly documented. I'll accept patches :)
<AdministeredDestinations>
<AdministeredTopic name="parent.child.a"/>
<AdministeredTopic name="parent.child.b"/>
<AdministeredTopic name="parent.child.c"/>
</AdministeredDestinations>
Topic topic = session.createTopic("parent.child.**");
A TopicSubscriber using the above will receive messages
published to any of parent.child.a, parent.child.b, or
parent.child.c.
-Tim
-----Original Message-----
Edward Curry
Sent: Monday, 18 August 2003 9:36 PM
Subject: [openjms-developer] JCA Support + Hierarchial Topics
Hello,
I would be interested in contributing to OpenJMS. :-) I been
looking at the Apache Geronimo project and i seems that if OpenJMS
had some JCA support it would both to play nicely :-). So I'm here
to give that a stab! Deadlines are a bit crazy at work ATM
(nothing new) so it will be a few weeks until i get to coding it.
I would like to take a good look around the OpenJMS code before i
get into coding anyway.
On another note, does OpenJMS support hierarchal topics for
Pub/Sub i have
had a look around the site and there seems to be no word of it.
Any plans
in the pipe for developing support for it ?
Regards,
--
Ed
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072
303_01/01
_______________________________________________
openjms-developer mailing list
https://lists.sourceforge.net/lists/listinfo/openjms-developer
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072
303_01/01
_______________________________________________
openjms-developer mailing list
https://lists.sourceforge.net/lists/listinfo/openjms-developer
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
openjms-developer mailing list
https://lists.sourceforge.net/lists/listinfo/openjms-developer
Loading...