app_debug.exe!std::_Debug_message(const wchar_t * message, const wchar_t *
file, unsigned int line)  Line 15       C++
app_debug.exe!std::vector<unsigned char,std::allocator<unsigned char>
>::operator[](unsigned int _Pos)  Line 932 + 0x14 bytes C++
app_debug.exe!activemq::wireformat::openwire::marshal::PrimitiveTypesMarshaller::unmarshalPrimitive(decaf::io::DataInputStream
& dataIn)  Line 415 + 0xd bytes C++
app_debug.exe!activemq::wireformat::openwire::marshal::PrimitiveTypesMarshaller::unmarshalPrimitiveMap(decaf::io::DataInputStream
& dataIn, activemq::util::PrimitiveMap & map)  Line 344 + 0x10 bytes    C++
app_debug.exe!activemq::wireformat::openwire::marshal::PrimitiveTypesMarshaller::unmarshalMap(decaf::io::DataInputStream
& dataIn)  Line 155 + 0x15 bytes        C++
app_debug.exe!activemq::commands::ActiveMQMapMessage::checkMapIsUnmarshalled() 
Line 177 + 0xc bytes    C++
app_debug.exe!activemq::commands::ActiveMQMapMessage::getMap()  Line 153        
C++
app_debug.exe!activemq::commands::ActiveMQMapMessage::getMapNames()  Line
198 + 0xb bytes C++
app_debug.exe!FW_JMSQueue::onMessage(const cms::Message * message)  Line 566
+ 0x16 bytes    C++
app_debug.exe!activemq::core::ActiveMQConsumer::dispatch(const
decaf::lang::Pointer<activemq::commands::MessageDispatch,decaf::util::concurrent::atomic::AtomicRefCounter>
& dispatch)  Line 1019  C++
app_debug.exe!activemq::core::ActiveMQSessionExecutor::dispatch(const
decaf::lang::Pointer<activemq::commands::MessageDispatch,decaf::util::concurrent::atomic::AtomicRefCounter>
& dispatch)  Line 129   C++
app_debug.exe!activemq::core::ActiveMQSessionExecutor::iterate()  Line 167
C++
app_debug.exe!activemq::threads::DedicatedTaskRunner::run()  Line 111 + 0x19
bytes   C++
app_debug.exe!decaf::lang::ThreadProperties::runCallback(decaf::lang::ThreadProperties
* properties)  Line 135 + 0x11 bytes    C++
app_debug.exe!`anonymous namespace'::threadWorker(void * arg)  Line 206 +
0x9 bytes       C++
app_debug.exe!_callthreadstartex()  Line 314 + 0xf bytes        C
app_debug.exe!_threadstartex(void * ptd)  Line 297      C


--------------


Sodan wrote:
> 
> getMapNames also fails... :-(
> 
> Søren
> 
> 
> 
> Timothy Bish wrote:
>> 
>> On Mon, 2010-06-28 at 02:22 -0700, Sodan wrote:
>>> is there a way to test if a map is empty ?
>>> 
>> 
>> You could call getMapNames() and see if the returned vector is empty.
>> 
>> Regards
>> 
>> 
>>> Søren
>>> 
>>> 
>>> 
>>> Timothy Bish wrote:
>>> > 
>>> > On Fri, 2010-06-25 at 05:05 -0700, Sodan wrote:
>>> >> Hi again
>>> >> 
>>> >> Spent a number of hours trying to figure this out. I get a certain
>>> type
>>> >> of
>>> >> message, call it "PT" and many of these messages are ok, but then
>>> >> suddenly I
>>> >> get a message of that type, which mas an empty map. As soon as I do
>>> any
>>> >> type
>>> >> of operation on the message map, it fails...
>>> >> I also get many other types of messages, and they are all fine.
>>> >> 
>>> >> ?
>>> >> Søren
>>> > 
>>> > I've not been able to find any issue with sending empty Maps using
>>> CMS,
>>> > if you can create a test app that can demonstrate the issue I'd be
>>> happy
>>> > to look into it.
>>> > 
>>> > Regards
>>> > 
>>> > -- 
>>> > Tim Bish
>>> > 
>>> > Open Source Integration: http://fusesource.com
>>> > ActiveMQ in Action: http://www.manning.com/snyder/
>>> > 
>>> > Follow me on Twitter: http://twitter.com/tabish121
>>> > My Blog: http://timbish.blogspot.com/
>>> > 
>>> > 
>>> > 
>>> 
>> 
>> -- 
>> Tim Bish
>> 
>> Open Source Integration: http://fusesource.com
>> ActiveMQ in Action: http://www.manning.com/snyder/
>> 
>> Follow me on Twitter: http://twitter.com/tabish121
>> My Blog: http://timbish.blogspot.com/
>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/activemq-cpp-3.2.0-vs2005-build-directory-is-missing-tp28946553p29023250.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to