On Wed, 2009-08-05 at 14:56 -0700, Sodan wrote:
> Windows - Visual Studio 2008.
>
> static build.
>
> all the 2.2.X versions has compiled just fine.
>
> Søren
>
>
So this is happening when you build the ActiveMQ-CPP project or when you
try and link it to your appliaction?
>
> Timothy Bish
On 5 Aug 2009, at 23:13, jerdavis wrote:
No takers?
--
View this message in context: http://www.nabble.com/Total-Message-Order-of-Queues-%28not-topics%29-durring-edge-cases%28crashes%29-tp24705154p24837185.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Total orde
No takers?
--
View this message in context:
http://www.nabble.com/Total-Message-Order-of-Queues-%28not-topics%29-durring-edge-cases%28crashes%29-tp24705154p24837185.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Windows - Visual Studio 2008.
static build.
all the 2.2.X versions has compiled just fine.
Søren
Timothy Bish wrote:
>
> On Wed, 2009-08-05 at 14:40 -0700, Sodan wrote:
>> after building the 3.0.1, then I get a link error when linking to my
>> project.
>>
>> 1>Linking...
>>
>> 1>libactive
On Wed, 2009-08-05 at 14:40 -0700, Sodan wrote:
> after building the 3.0.1, then I get a link error when linking to my project.
>
> 1>Linking...
>
> 1>libactivemq-cppd.lib(OpenWireFormat.obj) : error LNK2001: unresolved
> external symbol "public: virtual void __thiscall
> activemq::wireformat::op
after building the 3.0.1, then I get a link error when linking to my project.
1>Linking...
1>libactivemq-cppd.lib(OpenWireFormat.obj) : error LNK2001: unresolved
external symbol "public: virtual void __thiscall
activemq::wireformat::openwire::marshal::v3::MarshallerFactory::configure(class
activ
AFAIK, not possible. My guess is that you'd have to develop a http transport
connector for ActiveMQ that also understands the MQ wire or channel
protocol.
Joe
http://www.ttmsolutions.com
jshailes wrote:
>
> I have set up MQ internet pass-thru for one way communication to receive
> messages fr
I have set up MQ internet pass-thru for one way communication to receive
messages from a remote site, and configured the trial version of Websphere
MQ to prove it works. It might be worth noting that the remote site insists
on using MQIPT their end for sending messages to us. What I would like to
On Wed, 2009-08-05 at 16:11 +0200, peter@gmx.net wrote:
> Ok. That requires another 'make check' I suppose. I will do that again.
>
Yes, you have to build the tests once when you change those URIs. Not
ideal but it works.
> Is there any simple way to run the SimpleProducer example using th
Ok. That requires another 'make check' I suppose. I will do that again.
Is there any simple way to run the SimpleProducer example using the makefile
provided in the directory?
Regarding the problems with version 2.2 I will try to get an autoconf version
2.61 installed on the machine in order t
On Wed, 2009-08-05 at 15:54 +0200, peter@gmx.net wrote:
> Hi,
>
> I solved the problem. The cppunit version from SuSE does not work with the
> activemq-cpp lib. I installed a current version which works.
>
> One problem left to solve: I can't run any examples because the request
> broker is
Hi,
I solved the problem. The cppunit version from SuSE does not work with the
activemq-cpp lib. I installed a current version which works.
One problem left to solve: I can't run any examples because the request broker
is installed on a remote machine. Is there an easy way to run the tests e.g.
On Wed, 2009-08-05 at 15:02 +0200, peter@gmx.net wrote:
> Hi,
>
> just moved the build directory to a different location. Now the build process
> finished without any problem.
> Still I can't run any example because the make did not build the examples
> e.g. I can't find the file ./activemq
Hi,
just moved the build directory to a different location. Now the build process
finished without any problem.
Still I can't run any example because the make did not build the examples e.g.
I can't find the file ./activemq-test-integration as mentionend in the docs.
SUES 10 comes also with se
On Wed, 2009-08-05 at 14:28 +0200, peter@gmx.net wrote:
> Hi Tim,
>
> I have cppunit 1.10.2 installed. I could not use 2.2 because 2.2.x or 3
> request autoconf 2.61 and I can't switch to that presently (running 2.59).
>
> So I just ran 'make all' and now I get this:
>
> ranlib .libs/libac
Hi Tim,
I have cppunit 1.10.2 installed. I could not use 2.2 because 2.2.x or 3 request
autoconf 2.61 and I can't switch to that presently (running 2.59).
So I just ran 'make all' and now I get this:
ranlib .libs/libactivemq-cpp.a
ranlib: .libs/libactivemq-cpp.a: No space left on device
make[2
2008/4/29 Alex Soto :
> James Strachan wrote:
>>
>> 2008/4/29 Alex Soto :
>>
>>>
>>> I also have the same problem.
>>> The suggestions I've seen is to instantiate ActiveMQConnectionFactory
>>> instead of getting it from JNDI. As a workaround it is satisfactory but
>>> this solution does not go ve
Here is what I have on my server:
*...@endpointinject(uri="activemq:**VirtualTopic.TABLE.1")
ProducerTemplate producer;
public boolean sendStatusUpdate(String body) {
log.info("//--**--**
//");
log.info("send
Hi,
I am facing this same issue.
The configuration I have is JBoss 4.0.5 with Active MQ 5.2 embedded, and
MSSQL 2005 for persistence.
Is there a way to get this jndi lookup working?
Thanks,
A
Alex Soto-2 wrote:
>
> If that is true, how is it possible that the JBossMQ connection
> factory i
On Wed, 2009-08-05 at 13:29 +0200, peter@gmx.net wrote:
> Hi,
>
> I'm trying to build activemq-cpp-2.2 on SUES 10 64bit.
> autogen.sh, configure, 'make' and 'make install' works fine. When I try to
> run 'make check' I get an error (details see below).
>
> Any ideas what's wrong?
>
> Chee
Hi,
I'm trying to build activemq-cpp-2.2 on SUES 10 64bit.
autogen.sh, configure, 'make' and 'make install' works fine. When I try to run
'make check' I get an error (details see below).
Any ideas what's wrong?
Cheers,
Pete
activemq/connector/stomp/StompConnectorTest.cpp: In member function
21 matches
Mail list logo