Hi All,
I'm using ActiveMQ 5.2.0, and I'm trying to use the option to configure a
broker using properties file. (i.e. I don't want dependency on spring/xbean)
See http://activemq.apache.org/broker-properties-uri.html
Configuring the basic broker properties work (i.e. useJMX, brokerName, etc),
b
-jaas
activemq-openwire-generator
activemq-ra
activemq-rar
activemq-test-atomikos
activemq-tooling
activemq-web
activemq-web-demo
activemq-web-console
activemq-xmpp
assembly
co wrote:
>
> Anyone have success with this? I downloaded maven has inst
Anyone have success with this? I downloaded maven has instructed, but
getting a lot of errors when running with the pom file that comes with the
source (pom.xml). If you have successfully build this, please contact me.
I will document the process used and post it once I have confirmed it
workin
Any other feedback would be aprpeciated. Please be specific in terms of what
service to override. The transport service would provide me with the IP
address, but does not give me a profile of the client (such as whether it is
a subscriber, publisher, or broker). I could intercept the messages,
Is there an object I can call or a class to override that would alert me when
a subscriber or a publisher is registered with an ActiveMQ broker and for me
to query profile that client such as its IP address, the host information,
connection duration and time, etc? Thanks.
--
View this message
It's in the binary distribution under the bin directory.
http://activemq.apache.org/activemq-500-release.html
Andrew M wrote:
Where do I find the command line tools talked about here?
http://activemq.apache.org/activemq-command-line-tools-reference.html
Thanks,
Andrew
Are you using failover for the clients?
http://activemq.apache.org/failover-transport-reference.html
[EMAIL PROTECTED] wrote:
Env: Jre: 1.6, Activemq 4.1.1:
I am connecting two machines A and B using external brokers as follows:
Machine A:
External broker at 61616
Tcp Network conne
As far as I know, retroactive consumers only applies to topics. For
queues, you should get all messages whether the consumer is online or
offline. The example in the documentation could be wrong.
Andrew M wrote:
Aaron,
My original producer and consumer code are at the bottom of the msg. Note
Already fixed for 5.1.0
https://issues.apache.org/activemq/browse/AMQ-1558
Chris Neal wrote:
In order to make the Windows Service work for 5.0.0 release you will need to
add
wrapper.app.parameter.2=start
wrapper.app.parameter.3-xbean:activemq.xml
To the wrapper.conf
Can someone make this a B
%JAVA_HOME%\bin\java"
..
FATAL | wrapper | 2008/03/11 20:13:17 | Unable to execute Java command.
The system cannot find the file specified. (0x2)
FATAL | wrapper | 2008/03/11 20:13:17 | "%JAVA_HOME%\bin\java" ..
FATAL | wrapper | 2008/03/11 20:13:17 | Critical error: w
How about using the service wrapper?
http://activemq.apache.org/java-service-wrapper.html
beeeph wrote:
can anyone provide me with some simple c++ code I can use to start the
ActiveMQ service on a windows xp machine?
Thanks in advance for your help, I really appreciate it!
Beeeph
Hi,
The initialReconnectDelay is the delay for the first attempt only. Is it
reconnecting immediately on the first try?
Use the maxReconnectDelay to specify the delay for succeeding attempts.
http://activemq.apache.org/failover-transport-reference.html
Regards,
Adrian Co
Qian Su wrote:
Hi
Must be out-dated documentation. I don't think list is a valid transport
scheme. You could try the static transport scheme.
Jiang wrote:
I config 3 brokers . In the client code , I use uri as
"list:tcp://localhost:61616,tcp://192.168.1.110:61616,tcp://192.168.1.112:61616"
. But when I start the
Use the failover protocol.
http://activemq.apache.org/failover-transport-reference.html
Sandeep Chayapathi wrote:
Hi all,
This is a follow up to my
http://www.nabble.com/ActiveMQ-and-REST-tf3996071s2354.html REST question.
I have successfully setup apache tomcat running the amq's message
Create an anonymous sender by specifying a null destination in the
createSender method and specify the actual destination in each send.
Jim Alateras wrote:
If I create a QueueSender
QueueSender pub = session.createSender(new ActiveMQQueue("queue1"));
I can't seem to use it to publish to anoth
Hi,
I'm trying to run activeMQ broker with a destination policy configured to a
dead letter. I picked up the *IndividualDeadLetterViaXmlTest *shipped with
activemq test packages.
I have a producer sending messages on topic org.apache.myTestTopic, no
consumer on that topic and a consumer waiting
Do you have the activemq-optional jar in the classpath?
Jiang wrote:
I add this http://localhost:8080"/> in the
activemq.xml and started Activemq server . The console is show:
2007-05-28 14:00:07.796::INFO: Started SocketConnector @ localhost:8080
INFO TransportConnector - Connect
roker has two network connectors, one will connect to
> either host1 or host2, while the other will always try to connect to host3.
>
> So many questions, sorry for the bothering.
>
>
>
> Dingwen Yuan
> 2007-05-09
>
>
>
> 发件人: Adrian Co
> 发送时间: 2007-05-09 15
.setNetworkTTL(2);
>connector.setDynamicOnly(true);
>embeddedBroker.start();
>
>
>
>
> Dingwen Yuan
> 2007-05-09
>
>
>
> 发件人: Adrian Co
> 发送时间: 2007-05-09 13:27:02
> 收件人: users@activemq.apache.org
> 抄送:
> 主题: Re: Way to know whether failover client is connect
A FailoverListener would be interesting, but afaik, its not provided.
Dingwen Yuan wrote:
> But what is the programmable way to know it?
>
>
>
>
> Dingwen Yuan
> 2007-05-09
>
>
>
> 发件人: spiderman2
> 发送时间: 2007-05-09 11:43:31
> 收件人: users@activemq.apache.org
> 抄送:
> 主题: Re: Way to know whether fai
(failover) -> (Master Broker + Slave Broker)
You'd have: JMS Client (vm://localhost) + Embedded Broker (failover
network) -> (Master Broker + Slave Broker)
The thing to watch out for is the networkTTL to ensure that the packet
arrives to the remote broker.
Dingwen Yuan wrote:
> Hello Ad
I'm guessing it blocks because its trying to reconnect to the broker,
and pending the send.
Either don't use failover, or use an embedded broker and make your
network connection failover.
Dingwen Yuan wrote:
> Hi all,
>
> I have used a failover url to configure my JMS client, such as this
> "fai
Does anyone have idea about that.
Is the functionnality simply broken or am I using it the wrongway?
TIA
Harry
2007/5/4, Harry Co <[EMAIL PROTECTED]>:
Hi all,
Have anyone tried a simple message forward between brokers.
I have a simple scenario with localBroker and remoteBroker. I w
Hi all,
Have anyone tried a simple message forward between brokers.
I have a simple scenario with localBroker and remoteBroker. I want to
forward messages arriving on certain topics (i.e. include.test.bar.topic1and
include.test.bar.topic2) from localBroker to remoteBroker. When I try ythe
followi
Is JMX enabled in the broker?
sparky2708 wrote:
I get the following exception when I run the shutdown script. Any ideas? :
ACTIVEMQ_HOME: /home/teprod/apache-activemq-4.1.1
ACTIVEMQ_BASE: /home/teprod/apache-activemq-4.1.1
ERROR: java.lang.RuntimeException: Failed to execute stop task. Reason:
Hi,
ActiveMQ is a JMS provider and implements the JMS specs.
Simply, its JMS and more... :-)
Bai Shen wrote:
Suchitha Koneru (sukoneru) wrote:
How about starting with the Sun JMS tutorial:
http://java.sun.com/products/jms/tutorial/
Once you understand JMS, there's also the Using ActiveM
.getClientID()+".VirtualTopic.GONE_FISHING"
I set clientIDs to match distinct groups (i.e: 'Victoria' or 'Tanganika').
With that config, *all consumers still receive all messages*.
I'm certainly wrong somewhere, but where
Any idea?
TIA
Harry
2007/4/
ow, thanks alot for your post.
TIA,
Harry
2007/4/19, James Strachan <[EMAIL PROTECTED]>:
On 4/19/07, Harry Co <[EMAIL PROTECTED]> wrote:
> Hi all,
>
>
>
> I'm just trying to evaluate the JMSXGroupID functionality in ActiveMQ
4.0.2.
>
> But seems to not bee
Hi all,
I'm just trying to evaluate the JMSXGroupID functionality in ActiveMQ 4.0.2.
But seems to not been working as described on activeMQ page (
http://activemq.apache.org/message-groups.html).
This page says :
When a message is being dispatched to a consumer, the JMSXGroupID is
checked. I
stuff out.
Adrian Co wrote:
Refer to this: http://activemq.apache.org/wildcards.html
mjparme wrote:
Actually I think I figured it out. The second link does have everything
documented...some are documented as a XML element and some just as
properties until another element. I was searchin
Refer to this: http://activemq.apache.org/wildcards.html
mjparme wrote:
Actually I think I figured it out. The second link does have everything
documented...some are documented as a XML element and some just as
properties until another element. I was searching for all of them with the
"<" on the
e[]. If I try simple casting the error goes
away, but the information is not useful anymore. Is there a workaround for
this? Thanks for all the help!
Adrian Co wrote:
You have to use JMX to access it and enable JMX in activemq.
http://java.sun.com/j2se/1.5.0/docs/guide/jmx/tutor
Have you tried looking at the portfolio.js and chat.js in
activemq-web-demo? It might help you.
didyeah971 wrote:
Hi,
I am posting this message one more time, because the error still occurs.
I am triyin to send an xml file via the ajax client, it seems to be
published on the topic, and well rec
BrokerViewMBean. The problem that I am having now is that I don't
know how access the BrokerView object? Am I missing something obviously
simple here? Any guidance on this will be very helpful. Thanks!
Adrian Co wrote:
IMO, using BrokerService.getDestinations() will only work when you a
IMO, using BrokerService.getDestinations() will only work when you are
using embedded brokers. I.e. you are deploying the JMS broker inside
your app and you have access to the BrokerService object.
If you want to access a remote broker (i.e. if you run it via
./activemq), you need to use JMX a
eMQConnectionFactory referring to the same broker
URL (which is likely to to be the case when using embedded broker)?
Thanks,
/U
-- Original message --
From: Adrian Co <[EMAIL PROTECTED]>
[EMAIL PROTECTED] wrote:
Adrian,
Thanks
Weird. Can you post your activemq.xml and client code (at least the
connection factory creation, publish code snippet and listener snippet)...
bgm_fr wrote:
Hi all,
There's something weird happening with my application.
My app consists in two queues : one for command and one for notificat
[EMAIL PROTECTED] wrote:
Adrian,
Thanks for the note.
> >Startup: vm://localhost
> >During runtime (after an event):
> >failover(vm://localhost,tcp://remote:61616)
> >
> > Would modifying the broker URL of the connection factory cause
p
[EMAIL PROTECTED] wrote:
Hello...
I have a couple of basic questions on ActiveMQ. I would appreciate any hits as
I am stuck.
I am using ActiveMQ 4.1 with JDK6.
1) When I use an embedded broker with vm transport (vm://localhost)
the instantiation of my Spring SimpleMessageListenerContainer
alw
I think peer transport is just a shorthand for saying embedded broker +
multicast networking.
If you want finer grain of control in your peer brokers, you could
manually set it up with an embedded broker and just create multicast
transports and network connectors to it.
Hope this helps.
[EM
You could start here: http://activemq.apache.org/getting-started.html
Shilpa wrote:
hi,
i am new to Apache MQ Series please help me in going ahead
i have down loaded apache-activemq-4.1.0-incubator.zip and unzipped to a
folder and then i runned activemq.bat located in bin folder so b
borja". The message listener does't receive
anything ... why ??
Thanx!!
On 2/23/07, Adrian Co <[EMAIL PROTECTED]> wrote:
AFAIK, by default the network connector uses a demand forwarding bridge,
and will forward messages only when there is an interested consumer on
the remote broker
AFAIK, by default the network connector uses a demand forwarding bridge,
and will forward messages only when there is an interested consumer on
the remote broker only.
I know there is a standard forwarding bridge, but I'm not sure how to
configure it in xbean. Sorry. :(
David Borja wrote:
Could be that you have client jars with different version than the
broker? I'm not really sure though...
Vadim Pesochinsky wrote:
Hi all!
Anyone have seen this exception in 4.1.0? I only use Java clients to
commincate with AMQ. Any ideas?
I get a lot of "org.apache.activemq.transport.Inactivi
You might also want to take a look at the JmsLogAppender or
JndiJmsLogAppender
http://svn.apache.org/viewvc/activemq/trunk/activemq-optional/src/main/java/org/apache/activemq/util/JmsLogAppender.java?view=markup
http://svn.apache.org/viewvc/activemq/trunk/activemq-optional/src/main/java/org/apac
Please post what you did and what went wrong.
harbhai wrote:
hi !
I'm a student of IT and I need to install ActiveMQ for Fedora Core 5. So
far I've been unsuccessful, I need the installation procedure step-by-step
and fast!
thanks,
Harikrishnan
46 matches
Mail list logo