>From what I understand Windows Mobile 6.5 is based  off of Windows CE 
>Microsoft's  Embedded OS offering.  At this point it is a bit dated but my 
>only option.  Development is done with the .NET Compact Framework.  It 
>supports a subset of the .NET Framework class library.  Right now there is two 
>routes I am exploring. 

Compiling the C++ library into a dll and adding it to a .NET Compact Framework 
project within Visual Studo 
See if the Azure Service Bus SDK is supported with .NET Compact Framework

Cheers
Ryan


-----Original Message-----
From: Gordon Sim [mailto:] 
Sent: Thursday, November 21, 2013 4:50 AM
To: dev@qpid.apache.org
Subject: Re: AMQP Windows Mobile 6.5?

On 11/21/2013 04:42 AM, Ryan Finnesey wrote:
> If I wanted to send messages via AMQP from a Windows Mobile 6.5 device to the 
> Azure Service Bus would the qpid C library be the best option?

I'm afraid I don't know anything about Windows Mobile or its limitations, but 
in case it is useful here is a quick summary of the available clients at Qpid 
(that support AMQP 1.0, which you will need for Service Bus).

* The proton-c messenger client, which I believe has been tested against 
service bus and does work on windows. There may be an issue around ssl on 
windows(?) still.

* The qpid::messaging c++ client or the Qpid.Messaging .NET wrapper around it. 
This has been tested on windows, but not against service bus as far as I am 
aware. Unfortunately at present SSL does not work over
1.0 on windows.

* If you can run a JVM on Windows Mobile you could also use the 1.0 JMS client, 
or indeed the proton-j messenger, which is a java equivalent of the c based 
messenger.

Let us know how you get on with any of these that you try! If there are issues, 
hopefully someone here can help get them fixed. If they work for you that will 
be useful information for others in the same situation.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional 
commands, e-mail: dev-h...@qpid.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to