|
Page Created :
qpid :
Excel AddIn
Excel AddIn has been created by Arnaud (Nov 12, 2008). Content:Excel AddInQpid .net comes with Excel AddIns that are located in: <project-root>\qpid\dotnet\client-010\addins There are currently three projects: Qpid RDT AddInDeploying the RTD AddInExcel provides a function called RTD (real-time data) that lets you specify a COM server via its ProgId here "Qpid" so that you can push qpid messages into Excel. The provided RTD AddIn consumes messages from one queue and process them through a provided message processor. For using the Qpid RTD follows those steps: 1) Copy the configuration Excel.exe.config into Drive\Program Files\Microsoft Office\Office12 2) Edit Excel.exe.xml and set the targeted Qpid broker host, port number, username and password. 3) Select the cell or cell range to contain the RTD information 4) Enter the following formula =rtd("Qpid",,"myQueue") Where MyQueue is the queue from which you wish to receive messages from Note: The Qpid RTD is a COM-AddIn that must be registered with Excel. This is done automatically when compiling the Addin with visual studio. Defining a message processorThe default behavior of the RDT AddIn is to display the message payload. This could be altered by specifying your own message processor. To use you own message processor follows those steps:
Note: the provided ExcelAddInProducer can be used for testing the provided message processor. As messages are sent to queue1 the following rtd function should be used =rtd("Qpiud",,"queue1") |
Unsubscribe or edit your notifications preferences
