[JBoss-user] [Management, JMX/JBoss] - Re: How do I keep a Jboss service in CREATED state during de

2004-10-07 Thread yurifyurif
My question was not about service dependencies. I want a particular service to stay in CREATED state for a long time after the deployment is finished. At some point in time later (which is determined by an external event) it will be started. Essentially I'm talking about ability to pre-create a

[JBoss-user] [Management, JMX/JBoss] - How do I keep a Jboss service in CREATED state during deploy

2004-10-06 Thread yurifyurif
I want to configure jboss service in such a way that when it's deployed it would remain in CREATED state until some other service makes it transition into STARTED state later on. Is there a way to specify this in jboss-service.xml or in any other config file? Is this a bad idea in general? Thank

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How do I destroy a TemporaryQueue on the server?

2004-09-02 Thread yurifyurif
anonymous wrote : The session that creates the temporary queue must be the one that creates the receiver otherwise it won't work. | Well, how do you explain the fact that the design that I outlined below works for me? What is the right way of achieving the functionality that I need, i.e. - crea

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How do I destroy a TemporaryQueue on the server?

2004-08-30 Thread yurifyurif
Darran, Adrian, thank you for your responses. They do shed some more light on the issue, however my main problem is still unresolved. Perhaps I didn't make myself clear, so let me try to do this one more time. My design: A single Jboss service, multiple remote clients. There is a 2-way communicat

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How do I destroy a TemporaryQueue on the server?

2004-08-26 Thread yurifyurif
I'm aware of that, but I don't see how this answers my questions. I was trying to show that _I am_ trying to delete this topic earlier then closing the queue connection, but getting an exception. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846164#3846164

[JBoss-user] [Messaging, JMS & JBossMQ] - How do I destroy a TemporaryQueue on the server?

2004-08-24 Thread yurifyurif
I create a temporary queue for each new client connecting to my "server" (a service running in JBoss). On the server side, I call TemporaryQueue q = qsession.createTemporaryQueue(); and than pass the value of tempQueueTopic = q.getQueueName (); back to the client. The client than calls Queue q