pjklauser / bridgemq

Trusted Domain Messaging eXchange
0 stars 1 forks source link

MOS#send client prototype and server impl #49

Closed pjklauser closed 8 years ago

pjklauser commented 9 years ago

client authentication separate client test, pre-setup authorized UC MTOM

Non transactional submit msg (single/initial chunk) to MOS api

MessageDB - non partitioned.

pjklauser commented 9 years ago

Message#calculateMsgId()

pjklauser commented 9 years ago

Chunk persistance Flow persistance DomainFacade which creates valid message from User to other User.

pjklauser commented 9 years ago

msgId calculation ChannelFlowOutboundMessage entity attached to ChannelFlowOrigin ( outbound )

pjklauser commented 9 years ago

Non tx client, tx client send. After refactor due to fts changes.

pjklauser commented 8 years ago

MOS send - should validate the size of messages < max for the channel authorization. We should denormalize the maxMessageSize to the flow quota ( like the auth status ).

pjklauser commented 8 years ago

create new issue for MTOM - but otherwise this is done.