Re: activemq architecture with jboss

2006-08-17 Thread James Strachan
On 8/16/06, masien [EMAIL PROTECTED] wrote: Hi all, Execuse me but i am new in JMS and ActiveMQ... I'd like to create an architecture with a client that send messages to 2 brokers (in cluster) and a MDB that consume the messages. Must I use JBOSS for use MDB? MDBs are supported by all J2EE

Re: activemq architecture with jboss

2006-08-17 Thread masien
When I configure two instance of JBOSS...must to point each instance to each ActiveMQ broker ? P.S. The client producer is on another jvm and it send messages to brokers that are on other two virtual machine. Max -- View this message in context:

Re: activemq architecture with jboss

2006-08-17 Thread James Strachan
On 8/17/06, masien [EMAIL PROTECTED] wrote: When I configure two instance of JBOSS...must to point each instance to each ActiveMQ broker ? P.S. The client producer is on another jvm and it send messages to brokers that are on other two virtual machine. If you have 2 JBoss servers hosting

Re: Queue hogging by a single consumer.

2006-08-17 Thread Naveen Rawat
Hi James, Thanks for your response. Are you trying to implement request-response with A, B, C making requests on Z and getting the response? Or can A, B, C process any message from Z? Exactly the first case. A, B, C making requests on Z and getting the response from Z I'm not sure

Re: Queue hogging by a single consumer.

2006-08-17 Thread James Strachan
On 8/17/06, Naveen Rawat [EMAIL PROTECTED] wrote: Hi James, Thanks for your response. Are you trying to implement request-response with A, B, C making requests on Z and getting the response? Or can A, B, C process any message from Z? Exactly the first case. A, B, C making requests on Z

Re: Queue hogging by a single consumer.

2006-08-17 Thread Naveen Rawat
Thanks James. Thanks for the response I will try out your suggestions and get back to you soon. Hi James, Thanks for your response. Are you trying to implement request-response with A, B, C making requests on Z and getting the response? Or can A, B, C process any message

RE: How To remove Queue from the session

2006-08-17 Thread Bish, Tim
I am working on openwire-cpp ( for ActiveMQ-4.0) code on SuSe(Linux machine-i686-suse-linux, version 2.6.13-15.8-default), in C++ . How to remove/deattached a queue from the session without closeing connection from the sender/reveiver side?. is it possible? Close the Consumer or Producer

How To remove Queue from the session

2006-08-17 Thread Arshad Ahamad
Hi all, I am working on openwire-cpp ( for ActiveMQ-4.0) code on SuSe(Linux machine-i686-suse-linux, version 2.6.13-15.8-default), in C++ . How to remove/deattached a queue from the session without closeing connection from the sender/reveiver side?. is it possible? Thanks Arashad

Re: How To remove Queue from the session

2006-08-17 Thread Arshad Ahamad
Hi Bish, When I use session-close() API then the following error comes up.. [FAILED] Message content has been corrupted and this does not remove the queue from the receiver side is there any other API for that please tell me. I am working on openwire-cpp ( for ActiveMQ-4.0) code on

[jira] Created: (AMQ-882) TopicPublisher.publish(topicSession.createTextMessage(Hello World) hangs and throws a JMSException

2006-08-17 Thread Kai Pruente (JIRA)
TopicPublisher.publish(topicSession.createTextMessage(Hello World) hangs and throws a JMSException Key: AMQ-882 URL:

RE: How To remove Queue from the session

2006-08-17 Thread Bish, Tim
When I use session-close() API then the following error comes up.. [FAILED] Message content has been corrupted Sounds like a possible bug in the openwire-cpp code. IF you can write a small test app that demonstrates the problem you could submit an issue and hopefully the openwire-cpp

Re: How To remove Queue from the session

2006-08-17 Thread James Strachan
On 8/17/06, Arshad Ahamad [EMAIL PROTECTED] wrote: Hi Bish, No no. I am not talking about the temporary queue, I am asking about the nameing queue. I don't follow what you're asking. FWIW queues only really exist on the broker (they are not really associated with a client or session).

Re: Queue hogging by a single consumer.

2006-08-17 Thread James Strachan
On 8/17/06, Naveen Rawat [EMAIL PROTECTED] wrote: Great James Your suggestion is working. A major hurdle seems solved. A little query down there. Hi James, Thanks for your response. Are you trying to implement request-response with A, B, C making requests on Z and getting the

[jira] Commented: (AMQ-865) C# Client's Listener doesn't receive messages if you don't explicitly call Subscribe

2006-08-17 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-865?page=comments#action_36801 ] james strachan commented on AMQ-865: Here's another test case which seems to show a similar issue...