talk between jboss and activemq

2020-01-28 Thread sun
hello Installed apache-activemq-5.8.0-bin.tar.gz and using jboss 6 how to make jboss to talk to activemq which is running separately -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: DR: Queue backup / replay architecture (Artemis)

2019-07-08 Thread warm-sun
A follow on question:  When are messages ACKed in this scenario?  Is the ACK to the producer only sent when the message has been persisted to both original and diverted to queues/addresses?

DR: Queue backup / replay architecture (Artemis)

2019-07-05 Thread warm-sun
Scenario: You have simple/normal: request/response queues for clients. For DR (Disaster Recovery) purposes it is required to backup each queue's messages for 1 month. (And this is required to be done on the broker itself in backup-request/backup-response queues.) This way if clients lose their me

Duplicate detection (in Artemis)

2019-07-01 Thread warm-sun
I'm referring to the Artemis User Manual p.324  Does this duplicate detection work with the AMQP protocol?  If so: is it the same property field that has to be set: _AMQ_DUPL_ID? (why not just use the message-ID?)  Where does this property value have to be set in the AMQP message?

Re: Artemis Disaster Recovery options

2019-06-23 Thread warm-sun
>>> Technically speaking, replication is asynchronous. However, the broker will not send a response to the client until it has received a reply from the slave that the data has been received. ... >>> If the network between the master and slave goes down then by default >>> the master continues like

Re: Artemis Disaster Recovery options

2019-06-19 Thread warm-sun
I have a very similar scenario to the original post. (Multi data center replication is required) I have read all the documentation -- but am unclear about a couple of points: 1) RedHat AMQ 7 (which is using Artemis under the hood) in their "configuring broker" documentation recommend NOT using [HA

Re: Sometimes producer couldn't send message (I user ActiveMQ5.1)

2009-04-24 Thread Bruce Sun
than your consumer ? How big are your > messages ? > > Best regards > Andreas > > On Apr 24, 2009, at 3:23 AM, Bruce Sun wrote: > >> >> Sometimes producer cann't send message,and send method wait for >> there . but >> server was no unusual,no

Sometimes producer couldn't send message (I user ActiveMQ5.1)

2009-04-23 Thread Bruce Sun
Sometimes producer cann't send message,and send method wait for there . but server was no unusual,no error info.than my apply will dead,because all request wait for there. restart mq server , than it will work Normal. someone can help me? -- View this message in context: http://www.nabble.com/