[JBoss Messaging] - Re: Comparison to ActiveMQ
by ataylor
anonymous wrote : If there's not already in JIRA, shall I go ahead and create one for this?
feel free, but like I say we can't make promises what gets added to releases.
anonymous wrote : Details, please. A management API so that all subsequent calls to createQueue/createTopic result in actual queue/topic creation? Or a management API that allows us to create destinations if the lookup fails? What's the API?
If you're talking about JBM 1.4 then take a look at the user doc, it describes all the operations available on the JBM mbeans, i.e. queue/topics etc. ( http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/... ) . If you're talking about JBM 2.0 this is still in development. As theres only an alpha release the best thing to do is to check the code out and take a look at the org.jboss.messaging.core.management packages.
anonymous wrote : Does this apply to topics as well (and can both destination types be bound to the same address)?
In JBM 2.0 JMS is only a thin client abstraction. At a core level there is only queues. A topic would be an address with multiple queue where each queue has a single consumer. so yes, it can be applied to topics as well.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187228#4187228
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187228
17 years, 5 months
[Jboss portal] [portlet] displaytag example
by Halil Ağın
Hello List;
I am trying to implement a displaytag portlet example. meanly, i want to use
display:table tag in my portlet application. but i could not succeed.
I search the net, i see some examples, i implemented those examples, but
they do not work. Can you help me?
In addition, i want to ask one more thing. When i inclide <%@ taglib uri="
http://java.sun.com/portlet" prefix="portlet" %> directive in my jsp page.
eclipse says that it cannot resolve the
http://java.sun.com/portletdecleration. do i have to include a jar lib
in my loib folder or this issue
will be resolved when i deploy the portlet app. ?
Regards,
-halil agin.
17 years, 5 months