[ 
https://issues.apache.org/jira/browse/QPID-5573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Barker updated QPID-5573:
------------------------------

    Attachment: amqb.tgz

Rob,

here is the test dir for my producer (Publisher) and consumer/producer 
(Listener)

I'm using _build.sh to javac compile them - then run (in sequence):
_publisher.sh to run the Publisher (once), then
_listener.sh to run the Listener

The Publisher will write a single TextMessage to Q1 (via Openwire) on localhost 
ActiveMQ broker (@ port 61616)

The Listener will consume this TextMessage from Q1 (again, via Openwire), then 
attempt to send the same (just-received) msg out to Q2 via AQMP 1.0.
Q2 is also on localhost ActiveMQ broker @ port 5673 - see jndi.properties for 
AMQP config

Obviously I'm brand new to all this, so this is basically cobbled together from 
an ActiveMQ example and a Qpid example fragment.

I'm using the 0.27 AMQP 1.0 client Robbie mentioned from the thread (nightly 
build?), plus the ActiveMQ 5.9.0 standard release. Only thing I've tweaked on 
the out-of-the-box (OOB) ActiveMQ broker config side is:
a) only kept the Openwire and AMQP transport connectors, commented out others, 
and
b) changed AMQP connector to port 5673 - because I've also been experimenting 
with running Qpid 0.14 broker on same machine @ port 5672 (standard OOB number)

Hope this helps.

Thanks,
Mark.



> Problem consuming from ActiveMQ Openwire transport connector and then sending 
> into AMQP connector using  Qpid 0.27 AMQP 1.0 JMS client
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-5573
>                 URL: https://issues.apache.org/jira/browse/QPID-5573
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker, Java Client
>    Affects Versions: 0.24, 0.27
>         Environment: Running on Ubuntu 12.04 LTS with ActiveMQ 5.9.0, Qpid 
> 0.14 C++ broker and various Qpid AMQP 1.0 client APIs under test.
>            Reporter: Mark Barker
>            Assignee: Rob Godfrey
>         Attachments: amqb.tgz
>
>
> See thread originally started here:
> http://mail-archives.apache.org/mod_mbox/qpid-users/201402.mbox/%3C8EBC52B8DD984F48A6AE9BF0A99EE9E2%40MBDESK4%3E



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to