문제

I'd like to use HornetQ on JBoss to retrieve messages from Microsoft Exchange mailbox. Is it possible at all? If so, what should I look into? I've spent time on google but no luck so far. I'll be grateful for any hints/names etc.

도움이 되었습니까?

해결책

You should research a bit more. HornetQ is a MOM, Message Oriented Middleware:

http://en.wikipedia.org/wiki/Message-oriented_middleware

it will use proprietary and public MOM protocols such as HornetQ core protocol, AMQP and Stomp.

Microsof Exchange is an e-mail server basically... you can't consume messages from an email server using a MOM solution which is meant to intercommunication between applications.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top